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

openid: Stop executing script after displaying POST redirect page.

Thanks to Brook Schofield for spotting this error.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2627 44740490-163a-0410-bde0-09ae8108e29a
parent 0388d164
No related branches found
No related tags found
No related merge requests found
...@@ -219,6 +219,7 @@ class sspmod_openid_Auth_Source_OpenIDConsumer extends SimpleSAML_Auth_Source { ...@@ -219,6 +219,7 @@ class sspmod_openid_Auth_Source_OpenIDConsumer extends SimpleSAML_Auth_Source {
echo '<html><head><title>OpenID transaction in progress</title></head> echo '<html><head><title>OpenID transaction in progress</title></head>
<body onload=\'document.getElementById("' . $form_id . '").submit()\'>' . <body onload=\'document.getElementById("' . $form_id . '").submit()\'>' .
$form_html . '</body></html>'; $form_html . '</body></html>';
exit;
} }
} }
} }
......
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