Skip to content
Snippets Groups Projects
Commit 670b650f authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Réparation de l'usurpation Shibboleth.

parent 8583a0cf
No related branches found
No related tags found
No related merge requests found
......@@ -80,11 +80,10 @@ EOS;
if ($this->authenticatedUser === null) {
// activation éventuelle de l'usurpation
$this->handleUsurpation();
// activation éventuelle de la simulation
// D'ABORD activation éventuelle de la simulation
$this->handleSimulation();
// ENSUITE activation éventuelle de l'usurpation
$this->handleUsurpation();
$this->authenticatedUser = $this->createShibUserFromServerArrayData();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment