Skip to content
Snippets Groups Projects
Commit 84205dd4 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Revert "Bugfix for issue #561."

This reverts commit 391145ae84d5aa4150ff5747a304d0af2aeb161f.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3261 44740490-163a-0410-bde0-09ae8108e29a
parent a94f2706
No related branches found
No related tags found
No related merge requests found
......@@ -551,13 +551,7 @@ class sspmod_saml_IdP_SAML2 {
'idpEntityID' => $idpMetadata->getString('entityid'),
));
$dst = $spMetadata->getDefaultEndpoint('SingleLogoutService', array(
SAML2_Const::BINDING_HTTP_REDIRECT,
SAML2_Const::BINDING_HTTP_POST)
);
$binding = SAML2_Binding::getBinding($dst['Binding']);
$lr->setDestination($dst['Location']);
$binding = new SAML2_HTTPRedirect();
return $binding->getRedirectURL($lr);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment