diff --git a/modules/saml/www/sp/metadata.php b/modules/saml/www/sp/metadata.php index 93456aa5c9d652e929de8d9ebc4145e8f8a124bd..830ebf02be10b1a8013e772cd9ac030c10f16000 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;