Fonctionne mais c'est lent
This commit is contained in:
parent
55678c6820
commit
84de4829bc
|
@ -25,7 +25,7 @@ class AuthSystemDefault implements AuthSystem {
|
|||
if (strpos($_SERVER['REQUEST_URI'], '/logout/') !== false) {
|
||||
unset($_SESSION['idCAS']);
|
||||
|
||||
header('Location : https://www.google.fr/');
|
||||
// header('Location : https://www.google.fr/');
|
||||
|
||||
// // ce qu'il faudrait faire pour se déconnecter
|
||||
// header("Location : https://sso.univ-pau.fr/cas/logout?service=$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]/");
|
||||
|
@ -35,8 +35,8 @@ class AuthSystemDefault implements AuthSystem {
|
|||
// // ce qu'on aurait pu faire pour se déconnecter mais la requête tourne dans le vide
|
||||
// echo "<script>location.href='https://sso.univ-pau.fr/cas/logout?service=$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]/';</script>";
|
||||
|
||||
// ce qu'il reste à faire pour au moins ne pas charger la page logout qui n'existe pas
|
||||
echo "<script>location.href='$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]/';</script>";
|
||||
// fonctionne mais c'est lent
|
||||
echo "<script>location.href='https://sso.univ-pau.fr/cas/logout?service=$_SERVER[REQUEST_SCHEME]://$_SERVER[HTTP_HOST]';</script>";
|
||||
die();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue