summary refs log tree commit diff
path: root/synapse/config/cas.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 16:34:38 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 17:28:31 +0100
commit6714a091ea53055ca9abd8779cc92f967a4842d1 (patch)
tree4b94753c178f749cc9822928c0e1f57f7e70313e /synapse/config/cas.py
parentMerge commit '3e4cdfe5d' into anoa/dinsic_release_1_31_0 (diff)
parentLand support for multiple OIDC providers (#9110) (diff)
downloadsynapse-6714a091ea53055ca9abd8779cc92f967a4842d1.tar.xz
Merge commit '9de6b9411' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/config/cas.py')
-rw-r--r--synapse/config/cas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/cas.py b/synapse/config/cas.py

index 2f97e6d258..c7877b4095 100644 --- a/synapse/config/cas.py +++ b/synapse/config/cas.py
@@ -40,7 +40,7 @@ class CasConfig(Config): self.cas_required_attributes = {} def generate_config_section(self, config_dir_path, server_name, **kwargs): - return """ + return """\ # Enable Central Authentication Service (CAS) for registration and login. # cas_config: