diff options
author | Alexander Trost <galexrt@googlemail.com> | 2019-06-02 18:13:20 +0200 |
---|---|---|
committer | Alexander Trost <galexrt@googlemail.com> | 2019-06-02 18:14:40 +0200 |
commit | dc3e58693816b897c612ea2b1d5a9f0656108d7d (patch) | |
tree | cd6c370c809f4d97b45a2831631117f87133a72a /synapse/config | |
parent | Merge pull request #5309 from matrix-org/rav/limit_displayname_length (diff) | |
download | synapse-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.py | 1 |
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. |