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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
