Files
components/LiteCharms.Features.Tests/http/authentik/app.http
T
Khwezi Mngoma 8f97d7cf38
continuous-integration/drone/pr Build is passing
Refactored authentication
2026-06-04 08:47:18 +02:00

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