📄️ Overview
Single Logout (SLO) allows either the SP or the IdP to terminate all active sessions across the federation. The flow consists of a logout request followed by a logout response.
📄️ Logout request
A LogoutRequest is sent by either the SP or the IdP to initiate single logout. The recipient terminates the user's session and replies with a LogoutResponse.
📄️ Logout response
A LogoutResponse is sent in reply to a LogoutRequest. It confirms that the session has been terminated.