Fix CAS logout with redirection to original service

This commit is contained in:
Benjamin Renard 2022-02-09 12:31:34 +01:00 committed by root
parent e8b382925a
commit d4e65af283
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ if (isset($_REQUEST['do'])) {
break;
case 'caslogout':
phpCAS::forceAuthentication();
phpCAS::logoutWithUrl($service_url);
phpCAS::logoutWithRedirectService($service_url);
break;
case 'locallogout':
unset($_SESSION['session_url']);