Loading src/UnicaenAuthentification/Authentication/Adapter/Shib.php +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class Shib extends AbstractAdapter * Si on souhaite que l'IDP Shibboleth gère la déconnexion * malgré qu'il puisse ne pas rediriger correctement (voir plus bas). */ if ($this->moduleOptions->getShib()['idp_logout'] && $storage->getType() == 'shib') { if ($this->moduleOptions->getShib()['idp_logout'] && $storage->getType() === 'shib') { // URL vers laquelle on redirige après déconnexion $returnUrl = $this->router->assemble([], [ 'name' => 'zfcuser/logout', Loading Loading
src/UnicaenAuthentification/Authentication/Adapter/Shib.php +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class Shib extends AbstractAdapter * Si on souhaite que l'IDP Shibboleth gère la déconnexion * malgré qu'il puisse ne pas rediriger correctement (voir plus bas). */ if ($this->moduleOptions->getShib()['idp_logout'] && $storage->getType() == 'shib') { if ($this->moduleOptions->getShib()['idp_logout'] && $storage->getType() === 'shib') { // URL vers laquelle on redirige après déconnexion $returnUrl = $this->router->assemble([], [ 'name' => 'zfcuser/logout', Loading