Revision: 2031 Author: olavmrk Date: Fri Dec 4 03:15:50 2009 Log: saml: Set the IdP field in the session to the current IdP after authentication.
Merged into 1.5 branch from r1956. http://code.google.com/p/simplesamlphp/source/detail?r=2031 Modified: /branches/simplesamlphp-1.5/modules/saml/lib/Auth/Source/SP.php ======================================= --- /branches/simplesamlphp-1.5/modules/saml/lib/Auth/Source/SP.php Thu Nov 5 04:38:05 2009 +++ /branches/simplesamlphp-1.5/modules/saml/lib/Auth/Source/SP.php Fri Dec 4 03:15:50 2009 @@ -405,6 +405,7 @@ $source->addLogoutCallback($idp, $state); $state['Attributes'] = $authProcState['Attributes']; + $state['IdP'] = $idp; if (isset($state['saml:sp:isUnsoliced']) && (bool)$state['saml:sp:isUnsoliced']) { if (isset($state['saml:sp:RelayState'])) { -- 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.
