Skip to content
Snippets Groups Projects
Commit 8375fa53 authored by Olav Morken's avatar Olav Morken
Browse files

IdP: Fix logout from old SAML2 SP.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2579 44740490-163a-0410-bde0-09ae8108e29a
parent 39abfee2
No related branches found
No related tags found
No related merge requests found
......@@ -537,6 +537,7 @@ class SimpleSAML_IdP {
SimpleSAML_Auth_Default::initLogoutReturn($returnTo);
} elseif ($authority === 'saml2') {
/* SAML 2 SP which isn't an authentication source. */
$config = SimpleSAML_Configuration::getInstance();
SimpleSAML_Utilities::redirect('/' . $config->getBaseURL() . 'saml2/sp/initSLO.php',
array('RelayState' => $returnTo)
);
......
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