Benjamin Renard commited on 2020-12-03 14:25:44 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -306,7 +306,7 @@ if (isset($_REQUEST['do'])) {
break;
case 'caslogout':
phpCAS::forceAuthentication();
- phpCAS::logout();
+ phpCAS::logoutWithUrl($service_url);
case 'locallogout':
unset($_SESSION['session_url']);