public
Get token from AAD
Returns a token direct from Azure AD using Client Credentials.
post/auth/client_credentials
Request body
Response
OK
Example response
{
"token_type": "Bearer",
"expires_in": 3599,
"ext_expires_in": 3599,
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSU"
}