Closed jamesmayes closed 10 years ago
Just because you are prompted for log in doesn't necessarily mean it's using basic auth under the hood. NTLM can also prompt. To confirm, you have to inspect the request using a tool such as Chrome Web Developer. If you want transparent authentication you need to add the server to local intranet zone. There may be other settings.
Hello,
I have modified the sample project to add
offerBasic: false
but I am still prompted to enter credentials after which I get the expected authenticated results from the local machine account. Any idea what I might be doing wrong? Must I be participating in a domain for SSPI w/NTLM to work or can I also expect it to work locally on my development machine?Windows 7 Home Premium, 64bit
index.js