1 files changed, 1 insertions, 1 deletions
diff --git a/develop/development/saml.html b/develop/development/saml.html
index 8c6b2f212a..040efb558c 100644
--- a/develop/development/saml.html
+++ b/develop/development/saml.html
@@ -196,7 +196,7 @@ the XML from step 2 as the contents.</li>
sp_config:
allow_unknown_attributes: true # Works around a bug with AVA Hashes: https://github.com/IdentityPython/pysaml2/issues/388
metadata:
- local: ["samling.xml"]
+ local: ["samling.xml"]
</code></pre>
</li>
<li>Ensure that your <code>homeserver.yaml</code> has a setting for <code>public_baseurl</code>:
|