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

saml:SP: Fix NameID and SessionIndex access from authproc filter on saml:sp.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2678 44740490-163a-0410-bde0-09ae8108e29a
parent 29b321d9
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
......
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