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

SAML20::HTTPRedirect::validateQuery - return true if validation is disabled.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@180 44740490-163a-0410-bde0-09ae8108e29a
parent 71b4d2e5
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class SimpleSAML_Bindings_SAML20_HTTPRedirect {
// check wether to validate or not
if (!array_key_exists('request.signing', $md) || !$md['request.signing']){
return $query;
return true;
}
if (!isset($_GET['Signature'])) {
......
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