refactor(oidc): drop OidcRoleSyncConfig passthrough and use Mv.Config directly

This commit is contained in:
Moritz 2026-06-16 14:52:34 +02:00
parent 418c07efc8
commit 7d712f6ce2
4 changed files with 5 additions and 84 deletions

View file

@ -34,7 +34,7 @@
- `OIDC_ADMIN_GROUP_NAME` OIDC group name that maps to the Admin role. If unset, no role sync.
- `OIDC_GROUPS_CLAIM` JWT claim name for group list (default "groups").
- Module: Mv.OidcRoleSyncConfig (oidc_admin_group_name/0, oidc_groups_claim/0).
- Module: Mv.Config (oidc_admin_group_name/0, oidc_groups_claim/0).
### Sign-in page (OIDC-only mode)