views:

194

answers:

0

Hi all, I have a VC++ (6.0) app. We want to use NTLM Authentication to access a server. I prompt for the URL, ID, and Password and send these in my internetSession.GetHttpConnection call, and if you enter the domain\id and the password, it works fine, using NTLM.

We want users who are currently logged in on the same domain as the server to not have to enter their ID and password. How do we do this? I think it has to do with "passthrough authentication" or WindowsIdentity. Been Googling for it, but if anyone has a quick answer, I'd sure appreciate it.