feat(oauth): add new insecureSkipEmailVerified property
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
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.
Great! Will test it soon, if not today, will try to do it early next week, thank you!