Share via


How to check if Modern Auth is enabled for my tenant or not?

Question

Thursday, November 9, 2017 10:51 AM | 1 vote

Can someone please help me with Modern Authentication? How can I check if it is already enabled for our tenant or how to enable it?

Thanks in advance for the favor.

All replies (1)

Thursday, November 9, 2017 11:39 AM âś…Answered | 1 vote

Run the following command to verify that ADAL was enabled successfully for Exchange:

1. Connect to Exchange Online

2. Get-OrganizationConfig | ft name, *OAuth*

In case if we get negative result of the above command, please run the below command to enable ADAL for Exchange:

Set-OrganizationConfig -OAuth4ClientProfileEnabled:$true

Regards,

Maaz