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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...