Last active
July 26, 2021 14:54
-
-
Save mark05e/bde5edfb4583594bc4563a15b4ba0770 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Office 2013 | |
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity] | |
"Version"=dword:00000001 | |
"EnableADAL"=dword:00000001 | |
; Office 2016 and 365 | |
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity] | |
"Version"=dword:00000001 | |
"EnableADAL"=dword:00000001 | |
; Always Use MSOAuth For AutoDiscover | |
[HKEY_CURRENT_USER\Software\Microsoft\Exchange] | |
"AlwaysUseMSOAuthForAutoDiscover"=dword:00000001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: https://www.alitajran.com/enable-modern-authentication-in-office-365-admin-center/