File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,12 @@ oidc:
326
326
# Ignore the userinfo endpoint and only use the ID token for user information.
327
327
# (default: false, type: bool)
328
328
ignoreUserInfo: false
329
+ # Source supplemental user claims from the 'access_token'. This assumes the token
330
+ # is a jwt signed by the same issuer as the id_token. Using this requires setting
331
+ # 'oidc-ignore-userinfo' to true. This setting is not compliant with the OIDC
332
+ # specification and is not recommended. Use at your own risk.
333
+ # (default: false, type: bool)
334
+ accessTokenClaims: false
329
335
# This field must be set if using the organization sync feature. Set to the claim
330
336
# to be used for organizations.
331
337
# (default: <unset>, type: string)
You can’t perform that action at this time.
0 commit comments