-
When using RevokeOAuth2ConsentSessions to invalidate a ConsentSession, it appears that tokens are being invalidated, despite the description stating, "This endpoint does not invalidate any tokens." Moreover, in the actual OpenAPI definition, it states that "invalidates all associated OAuth 2.0 Access Tokens." Which of these is actually correct? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It does invalidate all tokens - could you fix the docs in a PR maybe? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Y'all are confusing consent and login sessions. Revoking a consent session also revokes all associated token chains derived from it. Revoking a login session does not! |
Beta Was this translation helpful? Give feedback.
It does invalidate all tokens - could you fix the docs in a PR maybe? Thank you!