Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-9544

Use of custom autheniticators disabled due to - ClassNotFoundException: org.picketlink.identity.federation.bindings.tomcat.PicketLinkAuthenticator

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • TBD EAP 5
    • EAP_EWP 5.1.2
    • Security
    • None
    • Release Notes
    • Hide
      Draft: When customer is using PicketLink, uncomment following section in $JBOSS_HOME/server/<profile>/deployers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml.

      <!-- <entry>
                     <key>SECURITY_DOMAIN</key>
                     <value>org.picketlink.identity.federation.bindings.tomcat.PicketLinkAuthenticator</value>
                  </entry>
      -->

      Show
      Draft: When customer is using PicketLink, uncomment following section in $JBOSS_HOME/server/<profile>/deployers/jbossweb.deployer/META-INF/war-deployers-jboss-beans.xml. <!-- <entry>                <key>SECURITY_DOMAIN</key>                <value>org.picketlink.identity.federation.bindings.tomcat.PicketLinkAuthenticator</value>             </entry> -->
    • Needs More Info
    • NEW

      Within the default EAP configuration the following JBoss Web authenticator is defined: -

      <entry>
      <key>SECURITY_DOMAIN</key>
      <value>org.picketlink.identity.federation.bindings.tomcat.PicketLinkAuthenticator</value>
      </entry>

      During the initialisation of JBoss Web all defined authentictors are loaded, should this fail then the entire list of defined authenticators is dropped and the defaults used instead.

      The side effect of this is that if any custom authenticator is added for a different purpose this default but missing authenticator causes the correct authenticators to be dropped.

            pskopek@redhat.com Peter Skopek
            darran.lofthouse@redhat.com Darran Lofthouse
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: