Skip to content
Snippets Groups Projects
Commit b3181a85 authored by Jacob Christiansen's avatar Jacob Christiansen
Browse files

Allow the IDPList parameter to be posted to the discovery service

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2676 44740490-163a-0410-bde0-09ae8108e29a
parent f8e8d18a
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ class SimpleSAML_XHTML_IdPDisco {
$this->setIdPentityID = NULL;
}
if (array_key_exists('IDPList', $_GET)) {
$this->scopedIDPList = $_GET['IDPList'];
if (array_key_exists('IDPList', $_REQUEST)) {
$this->scopedIDPList = $_REQUEST['IDPList'];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment