Skip to content

Commit abf00e8

Browse files
committed
docs: oauth2 stateless jwt access tokens - with more pr feedback fixes
1 parent 900952e commit abf00e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/self-hosted/oel/oauth2/stateless-jwt.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ The `sl` claim (or your custom claim name) with a boolean value of `true` identi
109109

110110
## Functional limitations
111111

112-
Enabling stateless JWT tokens disables certain OAuth2 and OpenID Connect features that require access to persisted token state.
112+
Enabling stateless JWT tokens disables certain OAuth2 and OpenID Connect features that require access to a persisted token state.
113113

114114
### Token introspection
115115

@@ -143,5 +143,4 @@ Requesting user information with a stateless JWT access token returns:
143143
- HTTP Status: 501 Not Implemented
144144
- Error: `unsupported_token_type`
145145

146-
The userinfo endpoint requires database lookups to retrieve the consent session data associated with the access token, which is
147-
not available for stateless tokens.
146+
The `/userinfo` endpoint requires database lookups to retrieve the consent session data associated with the access token.

0 commit comments

Comments
 (0)