0 Replies Latest reply on Nov 2, 2006 9:24 AM by torstenknopp

    SignlSignOn with NTLoginModule

    torstenknopp

      How can I realize a SinglSignOn with the following LoginModules:

      BeispielNT {
      com.sun.security.auth.module.NTLoginModule required debug=true;
      org.jboss.security.ClientLoginModule required sharedState=true password-stacking=useFirstPass debug=true;
      };

      I want to use the NTPrincipal as Principal in JBoss!

      So I set the option sharedstate=true and password-stacking=useFirstPass, but the map sharedState is empty when I debug the org.jboss.security.ClientLoginModule!