Skip to content

fix: Optionally consume email_verified if it's provided #3957

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 1 commit into from
Sep 8, 2022

Conversation

kylecarbs
Copy link
Member

This reduces our OIDC requirement claims to only email. If email_verified is provided and is false, we will block authentication.

Fixes #3954.

This reduces our OIDC requirement claims to only `email`. If `email_verified`
is provided and is `false`, we will block authentication.

Fixes #3954.
@kylecarbs kylecarbs self-assigned this Sep 8, 2022
@kylecarbs kylecarbs enabled auto-merge (squash) September 8, 2022 13:58
@kylecarbs kylecarbs merged commit e1afec6 into main Sep 8, 2022
@kylecarbs kylecarbs deleted the oidcverified branch September 8, 2022 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide mechanism to adjust email_verified requirement for OIDC
2 participants