Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Authentication in Microsoft Edge (Spartan) Does Not Prompt for Credentials

I have started to take a look at some of my apps on Microsoft Edge in the Windows 10 Preview build. The biggest issue I had up front, was that any of my internal sites that used Windows Authentication are not accessible (and these sites are recently developed applications that should be Spartan friendly from technology and layout perspective, which is why I want to utilize them in the latest browser).

For sites with Windows Authentication (which work fine on Chrome, Firefox, etc), I receive the following server error: 401 - Unauthorized: Access is denied due to invalid credentials.

This error is normal if I input the incorrect windows credentials in Chrome / Firefox / IE. However, on Edge I am never prompted for Windows credentials?

Is this functionality just not complete on Edge? Not planned for Edge? A bug? Or did I miss a setting somewhere that I overlooked on Edge?

like image 585
Travis Avatar asked May 06 '15 13:05

Travis


People also ask

Does Edge support Windows authentication?

Microsoft Edge also supports Windows Integrated Authentication for authentication requests within an organization's internal network for any application that uses a browser for its authentication. This is supported on all versions of Windows 10 and down-level Windows.

Why won't Microsoft Edge remember my passwords?

Enable Microsoft Credential Manager If the Microsoft Credential Manager is disabled, Windows 10 and Edge won't be able to access the passwords you previously saved. To fix the problem, you need to make sure the Credential Manager is running. If it's already running, double click on it, disable it and then re-enable it.


1 Answers

"Basic Authentication doesn't work" is currently (as of build 10074) listed as a known issue on the MS Edge changelog:

http://dev.modern.ie/platform/changelog/

So, I'd wager that the situation will improve (although I've no idea when auth support might arrive).

like image 134
Bill Agee Avatar answered Sep 29 '22 15:09

Bill Agee