🛂(backend) oidc userinfo endpoint json format

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.
This commit is contained in:
Anthony LC
2024-09-23 10:40:46 +02:00
committed by Anthony LC
parent 40d8c949d9
commit 9388c8f8f4
3 changed files with 81 additions and 2 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to
## [Unreleased]
## Fixed
- 🐛 (backend) gitlab oicd userinfo endpoint #232
## [1.4.0] - 2024-09-17