(resource-server) add SCIM /Me endpoint

This provide a "self-care" SCIM endpoint, authenticated with OIDC token
introspection. This endpoint will be use by services to fetch the user's
team list.

We chose to use the SCIM format (even if this is not a SCIM context) to
make it easier to understand/maintain/plug.
This commit is contained in:
Quentin BEY
2025-04-30 14:14:27 +02:00
parent 160c45bf35
commit 4dfd682cb6
11 changed files with 438 additions and 3 deletions

View File

@@ -8,6 +8,10 @@ and this project adheres to
## [Unreleased]
### Added
- ✨(resource-server) add SCIM /Me endpoint #895
## [1.17.0] - 2025-06-11
### Added