Hello! After searching for a while I could not figure out how to implement the following scenario:
1. User is authenticated by his certificate, AND 2. User is authenticated by using the login form. It doesn't work if I chain BaseCertLoginModule and DatabaseServerLoginModule: if I specify CLIENT-CERT as the auth-method in web.xml, then login form is not shown and authentication fails (no place to take name and password from). If I specify FORM as the auth-method, then authentication fails as the certificate is not provided for the BaseCertLoginModule. Is it possible to check the certificate and show the login form (later I would like to check if username from the form is the same as the name from the certificate)? Thank you, Igor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910146#3910146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910146 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
