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

saml:IdP: Change event id from saml:AuthnRequest to saml:idp:AuthnRequest.

For consistency with other IdP events.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3068 44740490-163a-0410-bde0-09ae8108e29a
parent ed0dbccf
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class sspmod_saml_IdP_SAML1 { ...@@ -107,7 +107,7 @@ class sspmod_saml_IdP_SAML1 {
var_export($spEntityId, TRUE) . ': ' . var_export($shire, TRUE)); var_export($spEntityId, TRUE) . ': ' . var_export($shire, TRUE));
} }
SimpleSAML_Stats::log('saml:AuthnRequest', array( SimpleSAML_Stats::log('saml:idp:AuthnRequest', array(
'spEntityID' => $spEntityId, 'spEntityID' => $spEntityId,
'protocol' => 'saml1', 'protocol' => 'saml1',
)); ));
......
...@@ -328,7 +328,7 @@ class sspmod_saml_IdP_SAML2 { ...@@ -328,7 +328,7 @@ class sspmod_saml_IdP_SAML2 {
SimpleSAML_Logger::info('SAML2.0 - IdP.SSOService: Incomming Authentication request: '. var_export($spEntityId, TRUE)); SimpleSAML_Logger::info('SAML2.0 - IdP.SSOService: Incomming Authentication request: '. var_export($spEntityId, TRUE));
} }
SimpleSAML_Stats::log('saml:AuthnRequest', array( SimpleSAML_Stats::log('saml:idp:AuthnRequest', array(
'spEntityID' => $spEntityId, 'spEntityID' => $spEntityId,
'idpEntityID' => $idpMetadata->getString('entityid'), 'idpEntityID' => $idpMetadata->getString('entityid'),
'forceAuthn' => $forceAuthn, 'forceAuthn' => $forceAuthn,
......
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