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

SimpleSAML_Auth_Simple: Fix as_login.php-script.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1920 44740490-163a-0410-bde0-09ae8108e29a
parent 87f82d23
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if (!is_string($_REQUEST['AuthId'])) {
$as = new SimpleSAML_Auth_Simple($_REQUEST['AuthId']);
$as->requireAuth(array(
'url' => $_REQUEST['ReturnTo'],
'ReturnTo' => $_REQUEST['ReturnTo'],
));
SimpleSAML_Utilities::redirect($_REQUEST['ReturnTo']);
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