Exchange Online: How to enable your tenant for modern authentication
Introduction
To learn more about modern authentication, visit: https://blogs.office.com/2015/03/23/office-2013-modern-authentication-public-preview-announced/
In order for Office clients to use modern authentication flows, the Office 365 tenant needs to support modern authentication flows. You can find more details here - http://aka.ms/modernAuthClients.
Defaults
The Office 365 tenant/resource host (Exchange Online, SharePoint Online and Skype for Business Online) will need to be configured to accept a modern authentication connection. Here is the per service state of modern authentication by default :
Exchange Online - ON by default.
SharePoint Online - ON by default.
Skype for Business Online - ON by default.
Steps
This article explains how to enable your Exchange Online tenant to support modern authentication.
- Connect to Exchange Online using remote PowerShell: https://technet.microsoft.com/library/jj984289(v=exchg.160).aspx
- Run the following command:
Set-OrganizationConfig -OAuth2ClientProfileEnabled:$true
- Verify that the change was successful by running the following:
Get-OrganizationConfig | ft name, *OAuth*
Frequently Asked Questions
I applied to the public preview program and was accepted, do I need to make any changes now?
If your Exchange Online tenant was previously enabled as a part of the Private Preview or Public Preview programs, no action is needed at this time. You can verify that your tenant is configured to support modern authentication by following Step 3 above.
How can Skype for Business Online be configured to use modern authentication?
Visit https://aka.ms/SkypeModernAuth. We recommend that you enable your Exchange Online tenant for modern authentication prior to enabling Skype for Business Online for modern authentication.
Is production support available if I enable my tenant for modern authentication?
Yes, production support is available for all tenants enabled for modern authentication.