mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add INSECURE oidc email fallback flag for IdP brokers (#26751)
<!-- Authored by Coder Agents on behalf of @Emyrk. --> Adds an opt-in `CODER_DANGEROUS_OIDC_EMAIL_FALLBACK` flag (alias `--dangerous-oidc-email-fallback`) for IdP brokers that do not issue a stable `sub` for the same user across connections.
This commit is contained in:
Generated
+1
@@ -435,6 +435,7 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
|
||||
"email_domain": [
|
||||
"string"
|
||||
],
|
||||
"email_fallback": true,
|
||||
"email_field": "string",
|
||||
"group_allow_list": [
|
||||
"string"
|
||||
|
||||
Reference in New Issue
Block a user