Forum Discussion
Integrated Windows Authentication - Microsoft Edge keeps prompting for credentials
Same Problem here. Same configuration.
Windows Server 2012 R2
1. Create Application Pool with Integrated
2. Create App with created pool reference (just ordinary index.html)
3. IE11 SSO directly, Chrome always prompt, Edge always prompt (87.0.664.75 64bit).
In Firefox however it worked with this settings (about:config): network.automatic-ntlm-auth.trusted-uris
With Chrome I had success doing the following:
Chrome.exe –auth-server-whitelist="[SERVER_NAME]" –auth-negotiate-delegatewhitelist="[SERVER_NAME]" –auth-schemes="digest,ntlm,negotiate"
(Replace SERVER_NAME by your server)
-> Will promt for credentials anyway but then works
In Edge with the same parameter no luck. Don't know what they changed. If I have any news I will let you know.