Forum Discussion
Multi-factor Authentication breaks outlook
Doing this the APP is now using the users network pass instead of the APP Password.
This is how we fixed the issue.
Fix 1 was go to a different PC and setup outlook then export KEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity and then go to the PC that is not working and delete all the keys from within this directory and then import the exported file from the working PC.
Fix 2
We went to KEY_CURRENT_USER\Software\Microsoft\Office\16.0\Common\Identity and removed these entries in the registry.
"ConnectedAccountWamAad"="eba13797-f788-4703-be3b-eb3bcd516147"
"ConnectedWAMIdentity"="eN64CdJkOrIQs11PRFgzde4uBi5v7oEeiNK5ZF4JXFk"
"DisableADALForExtendedApps"=dword:00000000
"DisableADALSetSilentAuth"=dword:00000000
"DisableHttpRequestWinTimings"=dword:00000000
"DisableSessionAwareHttpClose"=dword:00000000
"EnableADAL"=dword:00000000
"Mso99lUpdatedForADALExtendedApps"=dword:00000001
"msoridDisableOstringReplace"=dword:00000000
"msoridDisableGuestCredProvider"=dword:00000000
- RainRunnerMar 01, 2022Copper Contributor
Afisher25Yor save my day. Thx. Fix 2 works for me.