When a user visits /caslogout on a client site, they are sent to /cas/logout on the server, which shows a simple page with "CAS Logout" and "You have been logged out successfully." message. There is then a "Continue" link which send the user to the configured Logout destination URL.
I wanted my users to go straight to the log out destination URL after this, so I made this patch.
It adds a variable to cas server settings: 'Immediately redirect to the log out destination'.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3020323-logout-redirect.patch | 1.8 KB | jon pugh |
| #2 | 3020323-logout-redirect.patch | 1.91 KB | jon pugh |
Issue fork cas-3020323
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jon pughComment #4
jon pughNew patch against 7.x-1.x