summary refs log tree commit diff
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2019-09-12 14:19:49 -0600
committerGitHub <noreply@github.com>2019-09-12 14:19:49 -0600
commitec3b927d280b81d7f711a503ab447386cf9aeed0 (patch)
treef2535175353f9c0f902fc70713fd715d549b9d45
parentAdd developer docs for using SAML without a server (diff)
downloadsynapse-ec3b927d280b81d7f711a503ab447386cf9aeed0.tar.xz
Update saml.md
-rw-r--r--docs/dev/saml.md1
1 files changed, 1 insertions, 0 deletions
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"]   
    ```