scope=api://<ejento-app-id>/.default).appid/azp) from the token.azure_ad_token (string, required): The app-only token from Microsoft.Authorization header is sent.curl --location --globoff 'https:///auth-service/api/v2/sso/microsoft/app-token-login' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"azure_ad_token": "string"
}'{
"success": true,
"message": "string",
"data": {
"access_token": "string",
"ejento_access_token": "string",
"token_type": "bearer"
}
}