Forum Discussion
Ambient Authentication has been added to Edge for InPrivate and Guest sessions
- Mar 02, 2020
HotCakeX As documented in https://textslashplain.com/2019/05/01/edge-76-vs-edge-18-vs-chrome/,
In Edge76, Edge18, and Firefox, running the browser in InPrivate mode disables automatic Integrated Windows Authentication. Chrome and Internet Explorer do not disable automatic authentication in private mode. You can disable automatic authentication in Chrome by launching it with a command line argument:
chrome.exe --auth-server-whitelist="_"
These flags revert that change, such that Windows Integrated Authentication mechanisms (NTLM, Negotiate/Kerberos) will automatically respond to authentication challenges from configured sites even while the browser is running in a Guest or InPrivate session.
HotCakeX As documented in https://textslashplain.com/2019/05/01/edge-76-vs-edge-18-vs-chrome/,
In Edge76, Edge18, and Firefox, running the browser in InPrivate mode disables automatic Integrated Windows Authentication. Chrome and Internet Explorer do not disable automatic authentication in private mode. You can disable automatic authentication in Chrome by launching it with a command line argument: chrome.exe --auth-server-whitelist="_"
These flags revert that change, such that Windows Integrated Authentication mechanisms (NTLM, Negotiate/Kerberos) will automatically respond to authentication challenges from configured sites even while the browser is running in a Guest or InPrivate session.
- HotCakeXMar 02, 2020MVPThank you!