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"
}Changes
Changed in 2 of the 3 revisions of this API.3
- ○
api tag
publicaddedapi-tag-added
- ○
api tag
authremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○