Skip to content

Commit 86d8d20

Browse files
deerskindolljmagak
andauthored
Update modules/authentication/proc-reducing-token-size.adoc
Co-authored-by: Judith Magak <[email protected]>
1 parent 618656c commit 86d8d20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/authentication/proc-reducing-token-size.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ Use the `omitIdentityTokenOwnershipClaim` flag to remove the `ent` claim from to
1212
====
1313
Without the `ent` claim in the token, consumers of the token must call the `/v1/userinfo` endpoint on the auth backend to fetch the ownership references of the user.
1414
However, there is usually no action required for the consumers.
15-
Clients still receive the full set of claims during authentication,
16-
and plugin backends that use the `UserInfoService` to access the ownership references from user credentials can call the `userinfo` endpoint if necessary.
15+
Clients still receive the full set of claims during authentication, and plugin backends that use the `UserInfoService` to access the ownership references from user credentials can call the `userinfo` endpoint if necessary.
1716
====
1817

1918
.Procedure

0 commit comments

Comments
 (0)