omniauth / omniauth_openid_connect

MIT License
171 stars 187 forks source link

Add email_verified claim in user info #131

Closed stanhu closed 2 years ago

stanhu commented 2 years ago

This boolean field is a standard OpenID claim: https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims

This is part of the effort to upstream changes in the GitLab fork: https://gitlab.com/gitlab-org/ruby/gems/gitlab-omniauth-openid-connect/-/issues/5.

stanhu commented 2 years ago

@dblessing @alexkalderimis Could you review this?