Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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