mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat: add group allowlist for oidc (#11070)
* feat: group allow list in OIDC settings
This commit is contained in:
Generated
+10
@@ -449,6 +449,16 @@ Base URL of a GitHub Enterprise deployment to use for Login with GitHub.
|
||||
|
||||
Whether new users can sign up with OIDC.
|
||||
|
||||
### --oidc-allowed-groups
|
||||
|
||||
| | |
|
||||
| ----------- | --------------------------------------- |
|
||||
| Type | <code>string-array</code> |
|
||||
| Environment | <code>$CODER_OIDC_ALLOWED_GROUPS</code> |
|
||||
| YAML | <code>oidc.groupAllowed</code> |
|
||||
|
||||
If provided any group name not in the list will not be allowed to authenticate. This allows for restricting access to a specific set of groups. This filter is applied after the group mapping and before the regex filter.
|
||||
|
||||
### --oidc-auth-url-params
|
||||
|
||||
| | |
|
||||
|
||||
Reference in New Issue
Block a user