diff options
author | Travis Ralston <travpc@gmail.com> | 2019-09-12 14:19:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 14:19:49 -0600 |
commit | ec3b927d280b81d7f711a503ab447386cf9aeed0 (patch) | |
tree | f2535175353f9c0f902fc70713fd715d549b9d45 | |
parent | Add developer docs for using SAML without a server (diff) | |
download | synapse-ec3b927d280b81d7f711a503ab447386cf9aeed0.tar.xz |
Update saml.md
-rw-r--r-- | docs/dev/saml.md | 1 |
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"] ``` |