Skip to content

Logout configuration

CAS in the cloud LELEU Jérôme edited this page Mar 24, 2022 · 2 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:

path.addExactPath("/logout", new LogoutHandler(config, "/?defaulturlafterlogout"));

The default internal components of the LogoutHandler are: UndertowSessionStore, UndertowHttpActionAdapter.INSTANCE, DefaultLogoutLogic.INSTANCE and UndertowContextFactory.INSTANCE.

Clone this wiki locally