summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorAlexander Trost <galexrt@googlemail.com>2019-06-02 18:13:20 +0200
committerAlexander Trost <galexrt@googlemail.com>2019-06-02 18:14:40 +0200
commitdc3e58693816b897c612ea2b1d5a9f0656108d7d (patch)
treecd6c370c809f4d97b45a2831631117f87133a72a /synapse/config
parentMerge pull request #5309 from matrix-org/rav/limit_displayname_length (diff)
downloadsynapse-dc3e58693816b897c612ea2b1d5a9f0656108d7d.tar.xz
SAML2 Improvements and redirect stuff
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/saml2_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py
index aa6eac271f..60384d33ff 100644
--- a/synapse/config/saml2_config.py
+++ b/synapse/config/saml2_config.py
@@ -75,6 +75,7 @@ class SAML2Config(Config):
         # override them.
         #
         #saml2_config:
+        #  enabled: true
         #  sp_config:
         #    # point this to the IdP's metadata. You can use either a local file or
         #    # (preferably) a URL.