Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2b3868

Browse files
committed
update golden files
1 parent eee85c0 commit c2b3868

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cli/testdata/server-config.yaml.golden

+6
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,12 @@ oidc:
326326
# Ignore the userinfo endpoint and only use the ID token for user information.
327327
# (default: false, type: bool)
328328
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
329335
# This field must be set if using the organization sync feature. Set to the claim
330336
# to be used for organizations.
331337
# (default: <unset>, type: string)

0 commit comments

Comments
 (0)