feat: add group allowlist for oidc (#11070)

* feat: group allow list in OIDC settings
This commit is contained in:
Steven Masley
2023-12-08 10:14:19 -06:00
committed by GitHub
parent cb89bc1729
commit 78517cab52
14 changed files with 141 additions and 5 deletions

6
coderd/apidoc/docs.go generated
View File

@ -9412,6 +9412,12 @@ const docTemplate = `{
"email_field": {
"type": "string"
},
"group_allow_list": {
"type": "array",
"items": {
"type": "string"
}
},
"group_auto_create": {
"type": "boolean"
},