diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php index bd56b465d5952fa405f7d209afb82a9cb2c11cf8..ce68b088e75ef6064db5e8d2ee8736e270394dce 100644 --- a/modules/saml/lib/Auth/Source/SP.php +++ b/modules/saml/lib/Auth/Source/SP.php @@ -420,6 +420,8 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source { $authProcState = array( 'saml:sp:IdP' => $idp, + 'saml:sp:NameID' => $state['saml:sp:NameID'], + 'saml:sp:SessionIndex' => $state['saml:sp:SessionIndex'], 'saml:sp:State' => $state, 'ReturnCall' => array('sspmod_saml_Auth_Source_SP', 'onProcessingCompleted'),