Skip to content

feat: Allow multiple OIDC domains #5210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Dec 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: plural
  • Loading branch information
Daniel Carrion committed Dec 1, 2022
commit d0b5240db3a9bfc820e98dcd693315f9ffc6db2d
2 changes: 1 addition & 1 deletion coderd/userauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ type OIDCConfig struct {
httpmw.OAuth2Config

Verifier *oidc.IDTokenVerifier
// EmailDomains is the domain to enforce when a user authenticates.
// EmailDomains are the domains to enforce when a user authenticates.
EmailDomains []string
AllowSignups bool
// IgnoreEmailVerified allows ignoring the email_verified claim
Expand Down