Entra ID Application Creator
Please use this API to pre-create the Entra ID application before the production cutover.
home
Entra ID oAuth Token Generation:
Replace MYCLIENTID and MYCLIENTSECRET with your own client information from the steps above.
curl --location 'https://login.microsoftonline.com/665be5ef-3fc6-401b-b6c4-401a9d9c7b72/oauth2/v2.0/token' -H 'Content-Type: application/x-www-form-urlencoded' --data-urlencode 'client_id=MYCLIENTID' --data-urlencode 'client_secret=MYCLIENTSECRET' --data-urlencode 'scope=https://graph.microsoft.com/.default' --data-urlencode 'grant_type=client_credentials'