diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php
index f749bc63e08edf8ec433393e4e8875e051fc95df..c4b124a84940968f34c106d38bfde893368d06a0 100644
--- a/modules/saml/lib/Auth/Source/SP.php
+++ b/modules/saml/lib/Auth/Source/SP.php
@@ -133,7 +133,7 @@ class SP extends \SimpleSAML\Auth\Source
         $entityid = $this->getEntityId();
         $metadata = [
             'entityid' => $entityid,
-            'metadata-set' => 'smal20-sp-remote',
+            'metadata-set' => 'saml20-sp-remote',
             'SingleLogoutService' => $this->getSLOEndpoints(),
             'AssertionConsumerService' => $this->getACSEndpoints(),
         ];