-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
OIDC connector insecureSkipEmailVerified flag is not used #1455
Comments
That sounds accurate. Looks like this nuance got introduced in #1448, and I might even have asked for it... 😅 (All blame is on me!) I'll look into it. Thanks! |
Thanks for the quick response and really quick fix. I'm impressed! |
srenatus
added a commit
to srenatus/dex
that referenced
this issue
May 28, 2019
…hat way Fixes dexidp#1455, I hope. Signed-off-by: Stephan Renatus <[email protected]>
mmrath
pushed a commit
to mmrath/dex
that referenced
this issue
Sep 2, 2019
…hat way Fixes dexidp#1455, I hope. Signed-off-by: Stephan Renatus <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation says:
But if "email_vierified" claim is missing the flag is never checked. It works only if the field exists and has boolean value. The code responsible for it is in here:
dex/connector/oidc/oidc.go
Lines 220 to 242 in 49e59fb
The configuration check should be moved up and claim
email_vierified
should not be retrieved if the flag is set totrue
The text was updated successfully, but these errors were encountered: