From ce7616cf6c600dc4f2303167fbf6b2ed81105ba5 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:58:56 +0100 Subject: [PATCH] docs: update clarification (#3929) --- consent/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consent/handler.go b/consent/handler.go index f22653695a..f2605b405e 100644 --- a/consent/handler.go +++ b/consent/handler.go @@ -265,7 +265,7 @@ type revokeOAuth2LoginSessions struct { // Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected // to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case. // -// If the login session was issued by a login provider, the login provider is asked to invalidate its session as well. +// When using Ory for the identity provider, the login provider will also invalidate the session cookie. // // Consumes: // - application/json