dex icon indicating copy to clipboard operation
dex copied to clipboard

feat(oauth): add new insecureSkipEmailVerified property

Open dariusbakunas opened this issue 1 year ago • 2 comments

Overview

Same option as it was added for oidc connector here: https://github.com/dexidp/dex/pull/1417

What this PR does / why we need it

Reasons are exactly the same is in https://github.com/dexidp/dex/issues/1405, we are using Oauth connector instead, which currently lacks this option. Our internal IDP does not have 'email_verified' property on /oauth/v1/userinfo endpoint.

Special notes for your reviewer

Documentation update here: https://github.com/dexidp/website/pull/188

dariusbakunas avatar Oct 25 '24 14:10 dariusbakunas

To further this along, I've pulled this PR into build that I made at https://github.com/cardoe/dex/releases/tag/v2.44.90 You can grab the container to test with at ghcr.io/cardoe/dex:v2.44.90 and report back on this PR.

cardoe avatar Dec 09 '25 21:12 cardoe

Great! Will test it soon, if not today, will try to do it early next week, thank you!

dariusbakunas avatar Dec 12 '25 16:12 dariusbakunas