Reputation: 738
I am using the latest version of Microsoft Edge (Version 81.0.416.68 (Official Build) (64-bit)). When I'm trying to login a specific site, not for all sites, it's popping up the "Windows Security" dialog followed "Sign in to access this site" asking username and password. Using Chrom I just get the 'Sign in' dialog asking username and password.
So my question is, why does Microsoft Edge have the "Windows Security" dialog, it is quite annoying even it does not prefill any saved username and password, like another dialog box?
How can I disable this, get a normal "Sign in" dialog with a prefill saved username and password or I need to do some settings for prefill saved username and password in the "Windows Security" dialog?
Upvotes: 7
Views: 26896
Reputation: 81
Navigate to [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge]
Create a new DWORD
value named "WindowsHelloForHTTPAuthEnabled"
with value 0
Or copy and paste this into a reg file and import into your registry
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge]
"WindowsHelloForHTTPAuthEnabled"=dword:00000000
Original method: using Group Policies:
MicrosoftEdgePolicyTemplates.zip
C:\Windows\PolicyDefinitions
You could choose Computer Configuration policy instead of User Configuration to apply this change to all users.
Upvotes: 5
Reputation: 12999
You could open Internet Options and check the User Authentication option:
Upvotes: 0