You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(OIDC): preserve existing OAuth user roles instead of resetting to default (#1356)
- Modified reply_login function to check for existing users before role assignment
- Existing OAuth users now retain their current roles when OIDC provider doesn't return valid groups
- Only new users get assigned default roles when no valid groups are provided
- Fixes issue where existing OAuth users had their roles reset on every login
0 commit comments