Files
components/LiteCharms.Features.Tests/http/litecharms/app.http
T
Khwezi Mngoma 5d5b59d610
continuous-integration/drone/pr Build is passing
Updated API to use LiteCharms Security
2026-06-06 16:26:27 +02:00

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