summary refs log tree commit diff
diff options
context:
space:
mode:
-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"] ```