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
{{ message }}
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
Hi,
I have configured OIDC Authentication with Google and disabled the auto-registration of new users, but new accounts are still being created when users log in with Google.
Steps to reproduce:
Configure OIDC Authentication with Google.
Disable auto-registration for new users.
Try logging in with a Google account that doesn’t exist in the system.
Expected behavior:
The login should be blocked, and the user should not be created if auto-registration is disabled.
Actual behavior:
A new user is created even though auto-registration is turned off.