mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add group allowlist for oidc (#11070)
* feat: group allow list in OIDC settings
This commit is contained in:
Generated
+1
@@ -690,6 +690,7 @@ export interface OIDCConfig {
|
||||
readonly ignore_user_info: boolean;
|
||||
readonly group_auto_create: boolean;
|
||||
readonly group_regex_filter: string;
|
||||
readonly group_allow_list: string[];
|
||||
readonly groups_field: string;
|
||||
readonly group_mapping: Record<string, string>;
|
||||
readonly user_role_field: string;
|
||||
|
||||
Reference in New Issue
Block a user