From f79a86ca6e2d96e9cfcc9a1e4e63fc1854d10b30 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 13 Jan 2025 12:10:21 +0100 Subject: [PATCH] chore(docs): add note on idp logout --- consent/handler.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/consent/handler.go b/consent/handler.go index 48167e7380f..f22653695a4 100644 --- a/consent/handler.go +++ b/consent/handler.go @@ -265,6 +265,8 @@ 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. +// // Consumes: // - application/json //