Class LogoutCallbackServlet

All Implemented Interfaces:
Servlet, ServletConfig, Serializable

public class LogoutCallbackServlet extends HttpServlet
Implements a post-logout redirect URI for use with OpenID Connect RP-Initiated Logout

Logout state must have been put in the session by the LogoutServlet.

After validating the request, the user will be redirected to the page stored in the logout state.

See Also: