diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php index 504ce9f18e458e2ea8df6f722a06fdbddec305be..442e763b99edf23ee819ed37c5aa3e06a8874305 100644 --- a/modules/saml/lib/Auth/Source/SP.php +++ b/modules/saml/lib/Auth/Source/SP.php @@ -120,14 +120,15 @@ class sspmod_saml_Auth_Source_SP extends SimpleSAML_Auth_Source { return $metadataHandler->getMetaDataConfig($entityId, 'saml20-idp-remote'); } catch (Exception $e) { /* Metadata wasn't found. */ + SimpleSAML\Logger::debug('getIdpMetadata: ' . $e->getMessage()); } - /* Not found in saml20-idp-remote, look in shib13-idp-remote. */ try { return $metadataHandler->getMetaDataConfig($entityId, 'shib13-idp-remote'); } catch (Exception $e) { /* Metadata wasn't found. */ + SimpleSAML\Logger::debug('getIdpMetadata: ' . $e->getMessage()); } /* Not found. */