Skip to content
Snippets Groups Projects
Verified Commit a079a94e authored by Damien's avatar Damien
Browse files

FEAT #13695 TIME 0:50 Test cas

parent caa1f49c
No related branches found
No related tags found
No related merge requests found
...@@ -413,6 +413,8 @@ class AuthenticationController ...@@ -413,6 +413,8 @@ class AuthenticationController
} else { } else {
\phpCAS::setNoCasServerValidation(); \phpCAS::setNoCasServerValidation();
} }
\phpCAS::setFixedServiceURL(UrlController::getCoreUrl() . 'dist/index.html#/login');
// \phpCAS::setNoClearTicketsFromUrl();
\phpCAS::forceAuthentication(); \phpCAS::forceAuthentication();
$casId = \phpCAS::getUser(); $casId = \phpCAS::getUser();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment