Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee85c0 commit c2b3868Copy full SHA for c2b3868
cli/testdata/server-config.yaml.golden
@@ -326,6 +326,12 @@ oidc:
326
# Ignore the userinfo endpoint and only use the ID token for user information.
327
# (default: false, type: bool)
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
335
# This field must be set if using the organization sync feature. Set to the claim
336
# to be used for organizations.
337
# (default: <unset>, type: string)
0 commit comments