Class BackchannelLogoutServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

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

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: