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

saml:IdP: Remove a few redudant lines from logout response processing.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2194 44740490-163a-0410-bde0-09ae8108e29a
parent 27579dce
No related branches found
No related tags found
No related merge requests found
...@@ -381,11 +381,6 @@ class sspmod_saml_IdP_SAML2 { ...@@ -381,11 +381,6 @@ class sspmod_saml_IdP_SAML2 {
if ($message instanceof SAML2_LogoutResponse) { if ($message instanceof SAML2_LogoutResponse) {
$spEntityId = $message->getIssuer();
if ($spEntityId === NULL) {
throw new SimpleSAML_Error_Exception('Missing <Issuer> in LogoutResponse.');
}
SimpleSAML_Logger::info('Received SAML 2.0 LogoutResponse from: '. var_export($spEntityId, TRUE)); SimpleSAML_Logger::info('Received SAML 2.0 LogoutResponse from: '. var_export($spEntityId, TRUE));
$relayState = $message->getRelayState(); $relayState = $message->getRelayState();
......
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