1 Reply Latest reply on Oct 26, 2007 12:52 PM by anil.saldhana

    2 webapps with SSO, both use FORM authentication?

    konstandinos

      Hi

      I have SSO enabled on my host and two webapps are configured to share authenticated sessions. Both webapps use FORM authentication.

      The login.jsp form is bundled in one of these webapps. How do I set my other webapp to point to this webapp's login.jsp form?

      Since it's SSO, I assume that the login forms should also be shared.

      Is this correct? Or do I have to repeat code and implement login forms for both webapps?

      Note: the security-domain in question looks up user info from a central user database using the DatabaseServerLoginModule.

      Please clarify, thanks.