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