auth0 / passport-windowsauth

Windows Authentication strategy for Passport.js
MIT License
178 stars 54 forks source link

Prompts Twice Before Authenticating (Kerberos) #42

Closed Cyclones92 closed 8 years ago

Cyclones92 commented 8 years ago

So I am not sure if anyone has seen this issue, or perhaps something isn't configured correctly. We used the documentation and configured it the way it stated, but apparently we are having an issue with it.

Edit: Clicking the link apparently doesn't work, but copy/paste the link does work...just an fyi.

Issue: I put in the IP Address: PORT and it prompts for credentials. This is the first message that shows up in the log with debug turned on. Message 1: http://pastebin.com/BnMp3yep

I then enter my domain credentials and I then get the following in my log file. Message 2: http://pastebin.com/BnMp3yep

I then enter the same credentials again and it then allows it to work. So I have to put my credentials in two times in order for Kerberos to work. Message 3: http://pastebin.com/BnMp3yep

Here's the modified config that was taken from your page and modified for our environment with sensitive details changed. http://pastebin.com/VzE7wajc

Any suggestions?

Cyclones92 commented 8 years ago

So I was able to figure out the issue, so I will close this.