7 lines
229 B
HTTP
7 lines
229 B
HTTP
### Token Request
|
|
POST https://{{authority}}/connect/token
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Accept-Encoding: identity
|
|
|
|
grant_type={{grantType}}&client_id={{clientId}}&client_secret={{clientSecret}}&scope={{scope}}
|