I am researching using JAAS login modules to accomplish the following 
requirement:

First, if the user presents an X509 certificate, then authenticate using that 
certificate (this module is already written)

Second, if no certificate is presented, use NTLM single sign on for 
authentication. If using IE, I believe that the module should be able to pull 
the username/password out of the request. If not, prompt the user for the 
information.

I seem to be able to make one method or the other work, but not the combination 
of the two. Is this even possible?

I have been looking at the tagish NTLM LoginModule, which seems to use BASIC 
authentication. It doesn't seem to me that I can use BASIC authentication and 
cert authentication in this either-or fashion.

Any help would be appreciated.

uknowbe...@yahoo.com


      

Reply via email to