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