[jboss-user] [JBoss Seam] - Re: Security: Better support for single sign on?!
shane.bryzak@jboss.com
do-not-reply at jboss.com
Thu Sep 27 21:18:50 EDT 2007
You could probably define a navigation rule in pages.xml for your login page that uses isLoggedIn(true) to attempt an authentication and if successful redirect to another page without displaying the login page. You may need to extend Identity (or RuleBasedIdentity) and override the isCredentialsSet() method depending on how your SSO solution stores the user credentials.
Unfortunately, JBSEAM-967 has a low priority at the moment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089535#4089535
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089535
More information about the jboss-user
mailing list