From 59520093fab53917f103f1a28eafd7d9265501f8 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 10 Jun 2010 12:17:07 +0000 Subject: [PATCH] Fix SingleLogoutService endpoint in SSP-format metadata array. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2342 44740490-163a-0410-bde0-09ae8108e29a --- modules/saml/www/sp/metadata.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saml/www/sp/metadata.php b/modules/saml/www/sp/metadata.php index 93456aa5c..830ebf02b 100644 --- a/modules/saml/www/sp/metadata.php +++ b/modules/saml/www/sp/metadata.php @@ -144,7 +144,7 @@ $xml = $xml->ownerDocument->saveXML($xml); $metaArray20 = array( 'AssertionConsumerService' => SimpleSAML_Module::getModuleURL('saml/sp/saml2-acs.php/' . $sourceId), - 'SingleLogoutService' => SimpleSAML_Module::getModuleURL('saml/sp/saml2-acs.php/' . $sourceId), + 'SingleLogoutService' => SimpleSAML_Module::getModuleURL('saml/sp/saml2-logout.php/' . $sourceId), ); if ($certData !== NULL) { $metaArray20['certData'] = $certData; -- GitLab