From 04b69f0ef904063d6b3e0b873c2ea5305cc978c3 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Mon, 29 Jul 2019 13:00:42 +0000 Subject: [PATCH] Fix typo --- modules/saml/lib/Auth/Source/SP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/saml/lib/Auth/Source/SP.php b/modules/saml/lib/Auth/Source/SP.php index f749bc63e..c4b124a84 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(), ]; -- GitLab