Skip to content
Snippets Groups Projects
Commit f6a428f1 authored by Olav Morken's avatar Olav Morken
Browse files

saml:IdP: Add statistics log for saml20-idp-SLO spinit.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2157 44740490-163a-0410-bde0-09ae8108e29a
parent 7fdd8ffb
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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