Integrated Windows authentication in Microsoft Edge

22,856

Solution 1

Which version of Microsoft Edge version are you using? Please check the following configuration to Enable Integrated Windows Authentication:

  1. Open Internet Explorer and select "Tools" dropdown.
  2. Select the "Advanced" tab.
  3. Scroll down to the "Security" section until you see "Enable Integrated Windows Authentication". Select the box next to this field to enable.
  4. Select the "Security" tab.
  5. Select "Local Intranet" and select the "Custom Level" or "Advanced" button.
  6. Scroll down to "User Authentication" > "Logon".
  7. Checked the "Automatic logon with current user name and password" option.
  8. In the "Security" tab, select "Local Intranet" option and click the "Sites" button.
  9. Click the "Advanced" button, then, add your website to the zone.
  10. Close the window and apply the configuration.

If still not working, I suggest you could feedback your issue to Microsoft Edge platform forum, like this thread.

Solution 2

It may be because of AuthServerAllowlist. You can check your policies at edge://policy/.

Specifies which servers to enable for integrated authentication. Integrated authentication is only enabled when Microsoft Edge receives an authentication challenge from a proxy or from a server in this list.

[...]

If you don't configure this policy, Microsoft Edge tries to detect if a server is on the intranet - only then will it respond to IWA requests. If the server is on the internet, IWA requests from it are ignored by Microsoft Edge.

As the documentation states; if your server/site isn't included in the AuthServerAllowlist and Edge can't identify your site as an intranet site Edge won't use Integrated Windows Authentication.

Solution 3

Enabling Integrated Windows Authentication

Use the following procedure to enable silent authentication on each computer.

  1. Open the Windows Settings and search Internet Options.

    The following window opens.

enter image description here

  1. Click Local intranet > Sites.

  2. Click Advanced.

enter image description here

  1. Enter the tenant specific URL into the Websites text box.

enter image description here

  1. Click Close.
Share:
22,856
Sachin Mehndiratta
Author by

Sachin Mehndiratta

Updated on October 21, 2021

Comments

  • Sachin Mehndiratta
    Sachin Mehndiratta over 2 years

    I am trying to implement Integrated Windows authentication on Edge, but it always prompts me for credentials, whereas Integrated Windows authentication is working for IE, Chrome and Firefox. I have tried adding the site to local intranet sites in security options and enabled automatic login but no luck on edge browser.

    Does Edge support Integrated Windows authentication?

    I have tried adding the site to local intranet sites in security options and enabled automatic login as well login with current username and password.

  • F. Kam
    F. Kam about 4 years
    It seems 9i cannot find official page0 Edge Chromium follow the same setting.
  • Aris2World
    Aris2World about 3 years
    This is not enough, this answer worked for me: link
  • Kidquick
    Kidquick over 2 years
    Good answer, but note that the reg key is actually AuthServerAllowlist (without the ED on AllowED).
  • smoksnes
    smoksnes over 2 years
    @Kidquick Good catch. I've changed the text.