{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector AcrToken API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "AcrToken", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Oauth2 Exchange", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/oauth2/exchange" }, "docs": "Exchange AAD tokens for an ACR refresh Token" }, { "info": { "name": "Microsoft Azure Get Oauth2 Token", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/oauth2/token", "params": [ { "name": "service", "value": "", "type": "query", "description": "Indicates the name of your Azure container registry." }, { "name": "scope", "value": "", "type": "query", "description": "Expected to be a valid scope, and can be specified more than once for multiple scope requests. You can obtain this from the Www-Authenticate response header from the challenge." } ] }, "docs": "Exchange Username, Password and Scope an ACR Access Token" }, { "info": { "name": "Microsoft Azure Post Oauth2 Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/oauth2/token" }, "docs": "Exchange ACR Refresh token for an ACR Access Token" } ] } ], "bundled": true }