mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-07 10:17:51 +02:00
The userinfo endpoint can return 2 content types: - application/json - application/jwt Gitlab oidc returns a json object, while Agent Connect oidc returns a jwt token. We are adapting the authentication to handle both cases.