[jboss-user] [JBoss Seam] - Re: Security: Better support for single sign on?!

shane.bryzak@jboss.com do-not-reply at jboss.com
Wed Sep 19 21:29:48 EDT 2007


If you don't want the auto-generated messages then use identity.authenticate() instead of identity.login(), although you'll need to handle any exceptions yourself if you do this.  Identity also has an overloaded isLoggedIn(boolean) method which if passed true will attempt to do perform a silent login if the user credentials are set.  Perhaps you can use this method to perform an SSO login without displaying your login page, probably by specifying a navigation rule in your pages.xml.

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

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



More information about the jboss-user mailing list