You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/connectors/oidc.md
+25-22Lines changed: 25 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,6 @@ Prominent examples of OpenID Connect providers include Google Accounts, Salesfor
8
8
9
9
## Caveats
10
10
11
-
This connector does not support the "groups" claim. Progress for this is tracked in [issue #1065][issue-1065].
12
-
13
11
When using refresh tokens, changes to the upstream claims aren't propagated to the id_token returned by dex. If a user's email changes, the "email" claim returned by dex won't change unless the user logs in again. Progress for this is tracked in [issue #863][issue-863].
14
12
15
13
## Configuration
@@ -56,11 +54,6 @@ connectors:
56
54
# - email
57
55
# - groups
58
56
59
-
# Some providers return no standard email claim key (ex: 'mail')
60
-
# Override email claim key
61
-
# Default is "email"
62
-
# emailClaim: email
63
-
64
57
# Some providers return claims without "email_verified", when they had no usage of emails verification in enrollment process
65
58
# or if they are acting as a proxy for another IDP etc AWS Cognito with an upstream SAML IDP
66
59
# This can be overridden with the below option
@@ -73,33 +66,43 @@ connectors:
73
66
# This can be overridden with the below option
74
67
# insecureEnableGroups: true
75
68
76
-
# If an OIDC provider uses a different claim name than the standard "groups" claim to provide group information
77
-
# the claim to use can be specified
78
-
# groupsClaimMapping: "cognito:groups"
79
-
80
69
# When enabled, the OpenID Connector will query the UserInfo endpoint for additional claims. UserInfo claims
81
70
# take priority over claims returned by the IDToken. This option should be used when the IDToken doesn't contain
0 commit comments