Skip to content
Snippets Groups Projects
Commit b464b254 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix url

parent ccc21be9
No related branches found
No related tags found
No related merge requests found
...@@ -482,7 +482,7 @@ class IdP ...@@ -482,7 +482,7 @@ class IdP
// terminate the local session // terminate the local session
$id = Auth\State::saveState($state, 'core:Logout:afterbridge'); $id = Auth\State::saveState($state, 'core:Logout:afterbridge');
$returnTo = Module::getModuleURL('core/logout-resume', ['id' => $id]); $returnTo = Module::getModuleURL('core/logout/resume', ['id' => $id]);
$this->authSource->logout($returnTo); $this->authSource->logout($returnTo);
......
...@@ -48,6 +48,7 @@ class IFrameLogoutHandler implements LogoutHandlerInterface ...@@ -48,6 +48,7 @@ class IFrameLogoutHandler implements LogoutHandlerInterface
*/ */
public function startLogout(array &$state, ?string $assocId): void public function startLogout(array &$state, ?string $assocId): void
{ {
\SimpleSAML\Logger::debug("DEBUG");
$associations = $this->idp->getAssociations(); $associations = $this->idp->getAssociations();
if (count($associations) === 0) { if (count($associations) === 0) {
......
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