Files
docmost/apps
Philipinho 837ab802a0 feat: implement SSO group synchronization for SAML and OIDC
- Add is_group_sync_enabled column to auth_providers table
- Extract groups from SAML attributes (memberOf, groups, roles)
- Extract groups from OIDC claims (groups, roles)
- Implement case-insensitive group matching with auto-creation
- Sync user groups on each SSO login
- Ensure only one provider can have group sync enabled at a time
- Add group sync toggle to SAML and OIDC configuration forms
2025-07-10 01:31:31 -07:00
..