Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Should be able to customize the Logout link in CMS UI. For example, a project integrating with external SSO solution might want to invalidate SSO token additionally and redirect to an external SSO login page.
Also, it seems better to move the following (in PluginUserSession#logout()) out to callers such as LogoutLink:
if (WebApplication.exists())
{ throw new RestartResponseException(WebApplication.get().getHomePage()); }So, the custom Logout plugin can redirect to something else.
Attachments
Issue Links
- relates to
-
CMS-7997 Simple SSO Integration Support
- Closed
-
CMS-8157 Earlier short circuit request when a non live session encountered and make sure login screen get presented
- Closed
-
CMS-8156 Short-circuit PluginUserSession in case a not live jcr session is encountered
- Closed
-
CMS-8436 Move logout and developer extensions to sidebar
- Closed
-
CMS-8176 Backport request short circuiting in case of non live jcr session encountered
- Closed
-
CMS-8177 Backport request short circuiting in case of non live jcr session encountered
- Closed
-
CMS-8206 Backport (7.9): Allow to customize Logout behavior
- Closed