From a079a94ebe59a76295fdc474178cfe7aacc30731 Mon Sep 17 00:00:00 2001 From: Damien <damien.burel@maarch.org> Date: Fri, 16 Oct 2020 15:47:00 +0200 Subject: [PATCH] FEAT #13695 TIME 0:50 Test cas --- src/core/controllers/AuthenticationController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/controllers/AuthenticationController.php b/src/core/controllers/AuthenticationController.php index 9c80e725edd..43badb83e7b 100755 --- a/src/core/controllers/AuthenticationController.php +++ b/src/core/controllers/AuthenticationController.php @@ -413,6 +413,8 @@ class AuthenticationController } else { \phpCAS::setNoCasServerValidation(); } + \phpCAS::setFixedServiceURL(UrlController::getCoreUrl() . 'dist/index.html#/login'); +// \phpCAS::setNoClearTicketsFromUrl(); \phpCAS::forceAuthentication(); $casId = \phpCAS::getUser(); -- GitLab