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
+6
@@ -9412,6 +9412,12 @@ const docTemplate = `{
|
||||
"email_field": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_allow_list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"group_auto_create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Generated
+6
@@ -8449,6 +8449,12 @@
|
||||
"email_field": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_allow_list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"group_auto_create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user