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: modules/authentication/proc-reducing-token-size.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Use the `omitIdentityTokenOwnershipClaim` flag to remove the `ent` claim from to
11
11
[IMPORTANT]
12
12
====
13
13
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.
14
-
However, there's usually no action required for the consumers.
14
+
However, there is usually no action required for the consumers.
15
15
Clients still receive the full set of claims during authentication,
16
16
and plugin backends that use the `UserInfoService` to access the ownership references from user credentials can call the `userinfo` endpoint if necessary.
0 commit comments