Add parameter configuration to override email claim key

Signed-off-by: Rui Yang <ruiya@vmware.com>
This commit is contained in:
Cyrille Nofficial
2020-04-17 10:01:52 +02:00
committed by Rui Yang
parent 52c39fb130
commit 61312e726e
3 changed files with 34 additions and 2 deletions

View File

@@ -56,6 +56,11 @@ connectors:
# - email
# - groups
# Some providers return no standard email claim key (ex: 'mail')
# Override email claim key
# Default is "email"
# emailClaim: email
# Some providers return claims without "email_verified", when they had no usage of emails verification in enrollment 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