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"));
Clone this wiki locally