-
Notifications
You must be signed in to change notification settings - Fork 881
Provide mechanism to adjust email_verified requirement for OIDC #3954
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
Comments
Makes sense. I'll fix this today and publish a new release! |
@dcarrion87 I'm making this only respect |
kylecarbs
added a commit
that referenced
this issue
Sep 8, 2022
This reduces our OIDC requirement claims to only `email`. If `email_verified` is provided and is `false`, we will block authentication. Fixes #3954.
@dcarrion87 v0.8.14 is coming out now! https://github.com/coder/coder/runs/8251205763?check_suite_focus=true |
It's out 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally there would be ability to disable/adjust this verification option based on OIDC provider. At the moment it just fails without option:
coder/coderd/userauth.go
Line 227 in ad24404
The text was updated successfully, but these errors were encountered: