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

saml: Don't include restart url in authentication request id.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1924 44740490-163a-0410-bde0-09ae8108e29a
parent 917a2059
Branches
Tags
No related merge requests found
...@@ -185,7 +185,7 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source { ...@@ -185,7 +185,7 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source {
$ar->setRelayState($state['SimpleSAML_Auth_Default.ReturnURL']); $ar->setRelayState($state['SimpleSAML_Auth_Default.ReturnURL']);
} }
$id = SimpleSAML_Auth_State::saveState($state, 'saml:sp:sso'); $id = SimpleSAML_Auth_State::saveState($state, 'saml:sp:sso', TRUE);
$ar->setId($id); $ar->setId($id);
$b = new SAML2_HTTPRedirect(); $b = new SAML2_HTTPRedirect();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment