Posted on 03-07-2022 02:11 PM
Here's what you need to input into the "OAuth Sign In URL" and "OAuth Token Request URL" fields for the Exchange ActiveSync device payload for when you need to account for modern authentication:
OAuth Sign In URL: https://login.microsoftonline.com/ENTER-THE-TENANT-ID/oauth2/v2.0/authorize
OAuth Token Request URL: https://login.microsoftonline.com/ENTER-THE-TENANT-ID/oauth2/v2.0/token
To find the Tenant ID: Go to Portal.azure.com > Azure Active Directory > Properties. The ID it shows there is your tenant ID.
Enjoy.
Posted on 03-08-2022 03:03 PM
I was just looking for this infor and found it here. Thank you!
Posted on 04-11-2022 02:55 AM
Hi @jbutler47
i just configured it in jamf but it didn't work, i got following: OAuthSignInURL contains invlaid vlaue.
did you do something extra as App Registration in Azure to prepare it?