Revision: 2194
Author: olavmrk
Date: Mon Mar  1 02:35:49 2010
Log: saml:IdP: Remove a few redudant lines from logout response processing.
http://code.google.com/p/simplesamlphp/source/detail?r=2194

Modified:
 /trunk/modules/saml/lib/IdP/SAML2.php

=======================================
--- /trunk/modules/saml/lib/IdP/SAML2.php       Mon Mar  1 02:35:35 2010
+++ /trunk/modules/saml/lib/IdP/SAML2.php       Mon Mar  1 02:35:49 2010
@@ -380,11 +380,6 @@
sspmod_saml2_Message::validateMessage($spMetadata, $idpMetadata, $message);

                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));

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to