Files
components/LiteCharms.Features.Tests/http/authentik/app.http
T
Khwezi Mngoma a50830ffaa
continuous-integration/drone/pr Build is passing
Refactored auth
2026-06-03 17:37:56 +02:00

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}}