Wednesday, June 21, 2017

Enable Modern Authentication for Microsoft Office 2013

For enable modern authentication for Microsoft Office 2013, you need to set specific registry keys.
 
Note: Modern authentication is already enabled for Office 2016
 

Enable modern authentication for MS Office 2013
 
Registry key: HKCU\SOFTWARE\Microsoft\Office\15.0\Common\Identity
Value name: EnableADAL
Value type: REG_DWORD
Value data: 00000001 (1)
Registry key: HKCU\SOFTWARE\Microsoft\Office\15.0\Common\Identity
Value name: Version
Value type: REG_DWORD
Value data: 00000001 (1)
 

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity]
"EnableADAL"=dword:00000001
"Version"=dword:00000001
 
 
Disable modern authentication for MS Office 2013
 
Registry key: HKCU\SOFTWARE\Microsoft\Office\15.0\Common\Identity
Value name: EnableADAL
Value type: REG_DWORD
Value data: 00000000 (0)
 
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Identity]
"EnableADAL"=dword:00000000
 
 
 

No comments:

Post a Comment