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? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4215648#4215648 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4215648 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
