[jboss-user] [Security & JAAS/JBoss] - Re: Trust association and subject building for SSO

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed Jan 10 17:20:34 EST 2007


You will know whether a particular was needs form or basic auth. Right?  In that particular war, under WEB-INF/context.xml, provide an authenticator that extends FormAuthenticator or BasicAuthenticator.
http://lists.jboss.org/pipermail/jboss-cvs-commits/2006-September/006921.html

That is all you will need.  

As u see in the authenticator, the realm.authenticate call will invoke the jboss realm -  do the jaas login and do any container related stuff.


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

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



More information about the jboss-user mailing list