0 Replies Latest reply on Oct 20, 2010 4:12 PM by drussoft

    Does Programmatic Web Login (WebAuthentication) work with SSO on jboss-5.1.0.GA?

    drussoft

      Hello All!


      I ‘m using jboss-5.1.0.GA and I have configured Non-Clustered SSO as it’s described here: http://community.jboss.org/wiki/JBossWebSingleSignOn. it works successfully when my web modules are secured by using Java EE standard deployment descriptor mechanism (using security-constraint, security-role, login-config on web.xml and security-domain on jboss-web.xml).

       

      The problem is if I use Programmatic Web Login (org.jboss.web.tomcat.security.login.WebAuthentication) on a web module, when I switch to another web application, SSO doesn’t work at all because the target web module shows the login page asking again the user’s credentials.

       

      Do I have to do some additional setup to have WebAuthentication works with SSO?

       

      Thanks in advance.