Close
jGuru Forums
Posted By: Jon_Dalberg Posted On: Thursday, June 14, 2001 11:07 AM
I have a Java application that must talk to a MS IIS box but it must use NT Challenge-Response. How do I implement this in Java? I looked at JAAS to get the credentials, but I don't know how to apply that information to an ASP component.
Re: How can I talk to an ASP component usign NT Challenge-Response from a Java application?
Posted By: Sameer_Panjwani Posted On: Wednesday, October 17, 2001 02:02 PM
Do you have any knowledge of a component in the that gets this information from the client using an IIS browser implictly and passes it to a Java Servlet for verification. I know I can use JAAS for the latter part but is there anything that I can use to get the User's NT login information from the client's browser implicitly.Thanks in advance.Sameer Panjwani
Posted By: Stevens_Gestin Posted On: Wednesday, August 15, 2001 06:15 AM