mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-07 02:16:06 -05:00
[GH-ISSUE #1087] [Feature] Allow New User Registration only from OIDC #2621
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JoKneeMo on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/moghtech/komodo/issues/1087
v1.14.2 (#60) introduced the variable
KOMODO_DISABLE_USER_REGISTRATION, to show/hide the "Sign Up" button and block the related API calls.When this variable is set to
true, it also blocks new registrations from OIDC providers.I'd like to see this become 3 variables:
KOMODO_DISABLE_USER_REGISTRATIONKOMODO_DISABLE_LOCAL_USER_REGISTRATIONKOMODO_DISABLE_OIDC_USER_REGISTRATIONThe logic for me is that my OIDC provider is controlling access to Komodo.
This would also allow me to set
KOMODO_ENABLE_NEW_USERStotrueso that OIDC users will also be enabled without manual action.@xd003 commented on GitHub (Mar 26, 2026):
+1 for this request