Skip to content

Logout configuration

CAS in the cloud LELEU Jérôme edited this page Nov 25, 2021 · 3 revisions

You need to define a logout endpoint using the LogoutHandler to handle logout.

>> Read the documentation to understand its behavior and the available options.

Example:

return new LogoutHandler(vertx, sessionStore, new LogoutHandlerOptions(), config);
Clone this wiki locally