8000 Logout configuration · pac4j/spark-pac4j Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0