Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-18759

[GSS](7.3.z) HAL-1669 - Cannot add IDP resource in keycloak-saml subsystem using EAP admin console

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.3.1.CR1, 7.3.1.GA
    • 7.2.5.GA
    • Web Console
    • None
    • +
    • Hide

      Using CLI.
      Example:

      /subsystem=keycloak-saml/secure-deployment=sd-test:add()
      /subsystem=keycloak-saml/secure-deployment=sd-test/SP=sp-test:add()
      /subsystem=keycloak-saml/secure-deployment=sd-test/SP=sp-test/IDP=idp-test:add(SingleSignOnService={requestBinding="POST",bindingUrl="http://localhost:8180/idp/"},SingleLogoutService={requestBinding="POST", responseBinding="POST", postBindingUrl="http://localhost:8180/idp/test", redirectBindingUrl="http://localhost:8180/idp/test"})
      
      Show
      Using CLI. Example: /subsystem=keycloak-saml/secure-deployment=sd-test:add() /subsystem=keycloak-saml/secure-deployment=sd-test/SP=sp-test:add() /subsystem=keycloak-saml/secure-deployment=sd-test/SP=sp-test/IDP=idp-test:add(SingleSignOnService={requestBinding="POST",bindingUrl="http://localhost:8180/idp/"},SingleLogoutService={requestBinding="POST", responseBinding="POST", postBindingUrl="http://localhost:8180/idp/test", redirectBindingUrl="http://localhost:8180/idp/test"})
    • Hide

      1. Install the saml-eap7-adapte on EAP 7.2.
      2. Run the EAP 7.2.
      3. Open the keycloak-saml configuration page below.
      http://localhost:9990/console/index.html#generic-subsystem;address=%255C0subsystem%255C2keycloak-saml
      4. Add secure-deployment, add SP and add IDP.
      You will get the following error as an operation failed message in the console.

      "WFLYCTL0155: 'SingleSignOnService' may not be null"
      
      Show
      1. Install the saml-eap7-adapte on EAP 7.2. 2. Run the EAP 7.2. 3. Open the keycloak-saml configuration page below. http://localhost:9990/console/index.html#generic-subsystem;address=%255C0subsystem%255C2keycloak-saml 4. Add secure-deployment, add SP and add IDP. You will get the following error as an operation failed message in the console. "WFLYCTL0155: 'SingleSignOnService' may not be null"

      Cannot add the Child Resources of IDP using EAP admin console because there are no SingleSignOnService and SingleLogoutService optional fields.

            mpetrov@redhat.com Michal Petrov
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: