From ec3b927d280b81d7f711a503ab447386cf9aeed0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 12 Sep 2019 14:19:49 -0600 Subject: Update saml.md --- docs/dev/saml.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev/saml.md b/docs/dev/saml.md index 23c46195d4..f41aadce47 100644 --- a/docs/dev/saml.md +++ b/docs/dev/saml.md @@ -14,6 +14,7 @@ To make Synapse (and therefore Riot) use it: ```yaml saml2_config: sp_config: + allow_unknown_attributes: true # Works around a bug with AVA Hashes: https://github.com/IdentityPython/pysaml2/issues/388 metadata: local: ["samling.xml"] ``` -- cgit 1.5.1