diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-06-03 21:13:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 21:13:17 +0100 |
commit | 11de843626fa3a7e54060d4fafee5bcaa0f637a4 (patch) | |
tree | 4aa3f269fb05257c94beff5d0f61c70174bb4e18 /synapse/config/saml2_config.py | |
parent | async/await get_user_id_by_threepid (#7620) (diff) | |
download | synapse-11de843626fa3a7e54060d4fafee5bcaa0f637a4.tar.xz |
Cleanups to the OpenID Connect integration (#7628)
docs, default configs, comments. Nothing very significant.
Diffstat (limited to 'synapse/config/saml2_config.py')
-rw-r--r-- | synapse/config/saml2_config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py index 38ec256984..d0a19751e8 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py @@ -218,6 +218,8 @@ class SAML2Config(Config): def generate_config_section(self, config_dir_path, server_name, **kwargs): return """\ + ## Single sign-on integration ## + # Enable SAML2 for registration and login. Uses pysaml2. # # At least one of `sp_config` or `config_path` must be set in this section to |