mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd)!: add CODER_OIDC_IGNORE_USERINFO configuration option (#6922)
* add CODER_OIDC_IGNORE_USERINFO option * chore: update docs for CODER_OIDC_IGNORE_USERINFO w.r.t ADFS * fix!: codersdk: fix incorrectly named OIDC_GROUP_MAPPING -> CODER_OIDC_GROUP_MAPPING
This commit is contained in:
Generated
+3
@@ -7553,6 +7553,9 @@ const docTemplate = `{
|
||||
"ignore_email_verified": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"ignore_user_info": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"issuer_url": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user