{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector Get Token API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "Get Token", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Identity Oauth2 Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/identity/oauth2/token", "headers": [ { "name": "Metadata", "value": "" } ], "params": [ { "name": "resource", "value": "", "type": "query", "description": "This is the urlencoded identifier URI of the sink resource for the requested Azure AD token. The resulting token contains the corresponding aud for this resource." }, { "name": "api-version", "value": "", "type": "query", "description": "This is the API version to use." }, { "name": "client_id", "value": "", "type": "query", "description": "This identifies, by Azure AD client id, a specific explicit identity to use when authenticating to Azure AD. Mutually exclusive with object_id and msi_res_id." }, { "name": "object_id", "value": "", "type": "query", "description": "This identifies, by Azure AD object id, a specific explicit identity to use when authenticating to Azure AD. Mutually exclusive with client_id and msi_res_id." }, { "name": "msi_res_id", "value": "", "type": "query", "description": "This identifies, by urlencoded ARM resource id, a specific explicit identity to use when authenticating to Azure AD. Mutually exclusive with client_id and object_id." }, { "name": "authority", "value": "", "type": "query", "description": "This indicates the authority to request AAD tokens from. Defaults to the known authority of the identity to be used." }, { "name": "bypass_cache", "value": "", "type": "query", "description": "If provided, the value must be 'true'. This indicates to the server that the token must be retrieved from Azure AD and cannot be retrieved from an internal cache." } ] }, "docs": "Get a Token from Azure AD" } ] } ], "bundled": true }