6 lines
259 B
HTTP
6 lines
259 B
HTTP
## Authentik Token Request
|
|
POST {{authority}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Accept-Encoding: identity
|
|
|
|
grant_type={{grantType}}&client_id={{clientId}}&client_secret={{clientSecret}}&username={{username}}&password={{password}}&scope={{scope}} |