Add option to OIDC connecter to override email_verified to true

This commit is contained in:
Gerald Barker
2019-03-05 21:24:02 +00:00
parent 83a0326b88
commit fc723af0fe
2 changed files with 25 additions and 10 deletions

View File

@@ -55,6 +55,11 @@ connectors:
# - profile
# - email
# - groups
# Some providers return claims without "email_verified", when they had no usage of emails verification in enrollement process
# or if they are acting as a proxy for another IDP etc AWS Cognito with an upstream SAML IDP
# This can be overridden with the below option
# insecureSkipEmailVerified: true
```
[oidc-doc]: openid-connect.md