6 Replies Latest reply on Dec 29, 2005 11:38 PM by anil.saldhana

    Setting up SSO on JBoss 3.2.x using JAAS

    rameshsr

      I have two different webapps app1 and app2. Both of them needs to go through a single sign-on mechanism using JAAS. I will first login to app1, which should prompt me for login/password. In the same browser instance, I access app2 and it should NOT prompt me for authentication again.

      I have been playing with the login-config.xml file to do this, but no luck. Can anyone help me in this?