mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add group allowlist for oidc (#11070)
* feat: group allow list in OIDC settings
This commit is contained in:
6
coderd/apidoc/docs.go
generated
6
coderd/apidoc/docs.go
generated
@ -9412,6 +9412,12 @@ const docTemplate = `{
|
||||
"email_field": {
|
||||
"type": "string"
|
||||
},
|
||||
"group_allow_list": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"group_auto_create": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
Reference in New Issue
Block a user