[jboss-user] [JBoss Portal] - Re: custom sso :cas

jsports do-not-reply at jboss.com
Thu Aug 28 23:16:55 EDT 2008


I find out there is another authentication after the CAS authentication.

I write a custom DBIdentityLoginModule class .
Object sharedStatepassword = sharedState.get("javax.security.auth.login.password");

The value of sharedStatepassword  is null in the DBIdentityLoginModule after CAS authentication.
After redirect to the portal's login page,input username and password,the value of sharedStatepassword  is correct.
why after the cas authentication sharedStatepassword   lost the value?
It's a problem.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173216#4173216

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173216



More information about the jboss-user mailing list