Skip to content

Logout configuration

CAS in the cloud LELEU Jérôme edited this page Mar 21, 2022 · 3 revisions

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

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

Example:

get("/logout", new LogoutRoute(config, "/?defaulturlafterlogout"));

The default internal components of the LogoutRoute are: JEESessionStore.INSTANCE, SparkHttpActionAdapter.INSTANCE, DefaultLogoutLogic.INSTANCE and SparkContextFactory.INSTANCE.

Clone this wiki locally