Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
{"message":"Failed to extract OIDC claims.","detail":"json: cannot unmarshal string into Go struct field .email_verified of type bool"}
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:
Makes sense. I'll fix this today and publish a new release!
Sorry, something went wrong.
@dcarrion87 I'm making this only respect email_verified if it's provided... that seems like it should work!
email_verified
fix: Optionally consume email_verified if it's provided
5e0e100
This reduces our OIDC requirement claims to only `email`. If `email_verified` is provided and is `false`, we will block authentication. Fixes #3954.
e1afec6
@dcarrion87 v0.8.14 is coming out now! https://github.com/coder/coder/runs/8251205763?check_suite_focus=true
It's out 🥳
kylecarbs
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
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: