Refactored auth
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-03 17:37:56 +02:00
parent ee6f8a283e
commit a50830ffaa
2 changed files with 19 additions and 8 deletions
@@ -0,0 +1,6 @@
## 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}}