Skip to content
Snippets Groups Projects
Commit 5db6042f authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fixing redirect URL bug in Shib 13 example

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@32 44740490-163a-0410-bde0-09ae8108e29a
parent 04bed462
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ $session = SimpleSAML_Session::getInstance(); ...@@ -16,7 +16,7 @@ $session = SimpleSAML_Session::getInstance();
if (!isset($session) || !$session->isValid() ) { if (!isset($session) || !$session->isValid() ) {
header('Location: ' . $config->getValue('baseurlpath') . '/shib13/sp/initSSO.php?RelayState=' . urlencode(SimpleSAML_Utilities::selfURL())); header('Location: /' . $config->getValue('baseurlpath') . 'shib13/sp/initSSO.php?RelayState=' . urlencode(SimpleSAML_Utilities::selfURL()));
// . '&idpentityid=' . $idpentityid ); // . '&idpentityid=' . $idpentityid );
exit(0); exit(0);
} }
......
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