0 Replies Latest reply on Jan 24, 2012 3:35 AM by darkteton

    SSO + Kerberos + Keytab + JAVA 1.5

    darkteton

      Hi there !

       

      I would like to know which solutions exist to set up a SSO authentication with Kerberos that works on JBoss 4.0.2 and with a JDK 5 ?

      My goal is to use the request.getRemoteUser() in my JSP and my action to know which user is logged on.

       

      Of course, I want the negotiation to be done between Kerberos and my JBoss server. I setted up this using SPNego but unfortunately it's not compatible with JAVA 5. I herad about JAAS in this tutorial but I can't find the Engine-authn.jar they're talking about. Any documentation about this ?

       

      In advance, thank you all.