File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/self-hosted/oel/oauth2 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments