Smartcard Authentication with Outlook 2016

Hello Everyone,

Just wanted spread the word for those that have been banging their heads on the keyboard with trying to use Smartcard authentication with Outlook 2016.  Microsoft recently released an update for Outlook 2016 then enables this functionality that we enjoyed with previous versions.  There is a two stage process here to resolve this problem.

Step One: Obtain the patch from the Download Center.

Outlook 2016 x86 | Outlook 2016 x64

As a reminder if you're not sure which version of Outlook you have, click File > Office Account > About Outlook.  Listed after the build number is either 32-Bit or 64-Bit

Step Two:  Add a couple registry values in HKCU

1) Open the registry editor (typical disclaimer for manipulating the registry applies here; Use Caution!)
2) Navigate to HKEY_CURRENT_USER\Software\Microsoft\Exchange
3) Add a new DWORD with a name of AlwaysUseLegacyAuthForAutodiscover with a value of 1
4) Navigate to HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\RPC
5) Add a new DWORD with a name of EnableSmartCard with a value of 1

Note: In previous versions of Outlook MSOAuthDisabled was used as well, however this key no longer functions with Outlook 2016

<contents for your very own .reg>

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Exchange]
"AlwaysUseLegacyAuthForAutodiscover"=dword:00000001

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\RPC]
"EnableSmartCard"=dword:00000001

</contents for your very own .reg>

I would recommend, if applicable to use Group Policy Preferences to push these settings out to the masses.

More Details:

June 7, 2016, update for Outlook 2016 (KB3115147) Smartcard authentication isn't supported in the new authentication in Outlook 2016 (KB3115190)

Good Luck and enjoy your Smartcard enabled Outlook 2016 :)

 

ZZZZ