Skip to content
Snippets Groups Projects
Commit a8b1c706 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Start using SingleLogoutServiceResponse nedpoint for separate return endpoint

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@59 44740490-163a-0410-bde0-09ae8108e29a
parent 6794f43f
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ if (isset($_GET['SAMLRequest'])) { ...@@ -58,7 +58,7 @@ if (isset($_GET['SAMLRequest'])) {
$httpredirect = new SimpleSAML_Bindings_SAML20_HTTPRedirect($config, $metadata); $httpredirect = new SimpleSAML_Bindings_SAML20_HTTPRedirect($config, $metadata);
// Send the Logout response using HTTP POST binding. // Send the Logout response using HTTP POST binding.
$httpredirect->sendMessage($logoutResponseXML, $requester, $logoutrequest->getRelayState(), 'SingleLogoutService', 'SAMLResponse'); $httpredirect->sendMessage($logoutResponseXML, $requester, $logoutrequest->getRelayState(), 'SingleLogoutServiceResponse', 'SAMLResponse');
} elseif(isset($_GET['SAMLResponse'])) { } elseif(isset($_GET['SAMLResponse'])) {
......
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