1 Reply Latest reply on Mar 8, 2009 12:19 PM by anil.saldhana

    LoginModule which receives BASIC authentification name/passw

    mjustin

      Hello newsgroup,

      I would like to implement a simple type of single sign on: all web applications will use BASIC authentication using the same realm name. The login web app will just check the use name in the database and send a redirect to the web app which the user should use.

      Can I implement a LoginModule which has access to the user name and password of the BASIC authentication input?
      Which base class should I use?