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

shib13: Fix destination when debug === FALSE.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1711 44740490-163a-0410-bde0-09ae8108e29a
parent 7045e71b
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ class SimpleSAML_Bindings_Shib13_HTTPPost { ...@@ -94,7 +94,7 @@ class SimpleSAML_Bindings_Shib13_HTTPPost {
$p->show(); $p->show();
} else { } else {
SimpleSAML_Utilities::postRedirect($destination, array( SimpleSAML_Utilities::postRedirect($shire, array(
'TARGET' => $relayState, 'TARGET' => $relayState,
'SAMLResponse' => base64_encode($response), 'SAMLResponse' => base64_encode($response),
)); ));
......
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