Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1194

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

XMLWordPrintable

    • 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
    • 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)

      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)

            hpehl@redhat.com Harald Pehl
            jkasik@redhat.com Jan Kašík
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: