diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php index e97cc9e731abf5000c0fe7a37c14e2cb992a910e..6638eb373f2752bd298a5c58008cbb1ebaca27ca 100644 --- a/modules/saml/lib/IdP/SAML2.php +++ b/modules/saml/lib/IdP/SAML2.php @@ -402,6 +402,8 @@ class sspmod_saml_IdP_SAML2 { } elseif ($message instanceof SAML2_LogoutRequest) { + SimpleSAML_Logger::stats('saml20-idp-SLO spinit ' . $spEntityId . ' ' . $idpMetadata->getString('entityid')); + $state = array( 'Responder' => array('sspmod_saml_IdP_SAML2', 'sendLogoutResponse'), 'saml:SPEntityId' => $spEntityId,