Feature Request: Map OIDC group claims to Collections (post-authentication) #7141
DenisKoether
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
When using OIDC SSO (e.g. via Authentik), group information is already included in the ID token (
groupsclaim). However, Vaultwarden currently ignores these claims entirely.It would be useful to support optional mapping of OIDC group claims to Vaultwarden Collections (or organization memberships) after successful authentication.
Current behavior
groups) are ignoredExpected behavior
After a successful OIDC login:
groups)This should be:
Use case
In setups with an external IdP like Authentik, user and group management is centralized.
Without this feature:
With mapping:
Security considerations
Alternatives considered
Additional context
This would align Vaultwarden better with common SSO + IdP patterns where group-based authorization is expected.
Even a minimal implementation (read-only mapping, no sync back) would already provide significant value.
Beta Was this translation helpful? Give feedback.
All reactions