Class BackchannelLogoutServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class BackchannelLogoutServlet extends HttpServlet
Implements the OpenID Connect Back-Channel Logout URI.

The OpenID Provider must support session IDs ("backchannel_logout_session_supported": true). The application must have been registered to require the session ID ( "backchannel_logout_session_required": true).

This servlet must not be protected by authentication or CSRF protections. A LoggedOutSessionStore instance must have been added as a ServletContext attribute under the name LoggedOutSessionStore.CONTEXT_ATTRIBUTE_NAME.

See Also: