Skip to content
Snippets Groups Projects
Unverified Commit 5f52496a authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix incorrect call

parent 86cef7d9
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ class Config
$cryptoUtils = new Utils\Crypto();
// perform some sanity checks on the configured certificates
if ($this->config->getString('enable.saml20-idp', false) !== false) {
if ($this->config->getBoolean('enable.saml20-idp', false) !== false) {
$handler = MetaDataStorageHandler::getMetadataHandler();
$metadata = $handler->getMetaDataCurrent('saml20-idp-hosted');
$metadata_config = Configuration::loadfromArray($metadata);
......
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