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

It is not possible to add SAML handler with class name defined

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR8
    • 7.1.0.DR6
    • Web Console
    • None
    • User Experience
    • Workaround Exists
    • Hide

      Add SAML handler through CLI:
      /subsystem=picketlink-federation/federation=test-federation/identity-provider=test-idp/handler=foo:add(class-name=bar)

      Show
      Add SAML handler through CLI: /subsystem=picketlink-federation/federation=test-federation/identity-provider=test-idp/handler=foo:add(class-name=bar)
    • Hide

      Copied from JBEAP-4791

      1. Enable PicketLink Federation subsystem on standalone EAP and setup Federation using CLI:
      • /extension=org.wildfly.extension.picketlink:add(module=org.wildfly.extension.picketlink)
      • /subsystem=picketlink-federation:add()
      • reload
      • /subsystem=picketlink-federation/federation=test-federation:add()
      • /subsystem=picketlink-federation/federation=test-federation/identity-provider=test-idp:add(url=test-url, security-domain=other)
      1. using web console navigate Configuration > Subsystems > PicketLink > test-federation > View > SAML Handlers > Add
      2. in New SAML Hadler dialog fill Name, Class name and click Save
      Show
      Copied from JBEAP-4791 Enable PicketLink Federation subsystem on standalone EAP and setup Federation using CLI: /extension=org.wildfly.extension.picketlink:add(module=org.wildfly.extension.picketlink) /subsystem=picketlink-federation:add() reload /subsystem=picketlink-federation/federation=test-federation:add() /subsystem=picketlink-federation/federation=test-federation/identity-provider=test-idp:add(url=test-url, security-domain=other) using web console navigate Configuration > Subsystems > PicketLink > test-federation > View > SAML Handlers > Add in New SAML Hadler dialog fill Name, Class name and click Save

    Description

      In CLI it is now allowed to define only code or only class name when adding new SAML handler. In Web Console it is now not possible to unselect code field when adding new handler so it is not possible to add handler only with class name defined, which is possible in CLI and this commands is successful:
      /subsystem=picketlink-federation/federation=test-federation/identity-provider=test-idp/handler=foo:add(class-name=bar)

      Attachments

        Issue Links

          Activity

            People

              thofman Tomas Hofman
              jkasik@redhat.com Jan Kašík
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: