mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: Allow multiple OIDC domains (#5210)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
This commit is contained in:
@ -216,9 +216,9 @@ func newConfig() *codersdk.DeploymentConfig {
|
||||
Flag: "oidc-client-secret",
|
||||
Secret: true,
|
||||
},
|
||||
EmailDomain: &codersdk.DeploymentConfigField[string]{
|
||||
EmailDomain: &codersdk.DeploymentConfigField[[]string]{
|
||||
Name: "OIDC Email Domain",
|
||||
Usage: "Email domain that clients logging in with OIDC must match.",
|
||||
Usage: "Email domains that clients logging in with OIDC must match.",
|
||||
Flag: "oidc-email-domain",
|
||||
},
|
||||
IssuerURL: &codersdk.DeploymentConfigField[string]{
|
||||
|
Reference in New Issue
Block a user