Skip to content
Snippets Groups Projects
Commit 04b69f0e authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Fix typo

parent 547ffe80
No related branches found
No related tags found
No related merge requests found
......@@ -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(),
];
......
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