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

do not override discourl in authsources config...

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2784 44740490-163a-0410-bde0-09ae8108e29a
parent 4ec8d60e
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source {
$this->idp = $this->metadata->getString('idp', NULL);
$this->discoURL = $this->metadata->getString('discoURL', NULL);
if (SimpleSAML_Module::isModuleEnabled('discojuice')) {
if (empty($this->discoURL) && SimpleSAML_Module::isModuleEnabled('discojuice')) {
$this->discoURL = SimpleSAML_Module::getModuleURL('discojuice/central.php');
}
}
......
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