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'.

Issue fork cas-3020323

Command icon 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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jon Pugh created an issue. See original summary.

Jon Pugh’s picture

Status: Needs review » Needs work

The last submitted patch, 2: 3020323-logout-redirect.patch, failed testing. View results

Jon Pugh’s picture

Status: Needs work » Needs review
FileSize
1.8 KB

New patch against 7.x-1.x