summary refs log tree commit diff
path: root/synapse/config/saml2_config.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-02-11 11:30:16 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-02-11 11:30:16 -0500
commitfa0f99e4f2ff3fdedf03f700b2c11004166f991f (patch)
tree8ae535542771484573b944785ec132b80b2a9cd5 /synapse/config/saml2_config.py
parentRevert "block groups requests to fosdem" (diff)
parentClarify when new ratelimiting was added. (diff)
downloadsynapse-fa0f99e4f2ff3fdedf03f700b2c11004166f991f.tar.xz
Merge branch 'release-v1.27.0' into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/saml2_config.py')
-rw-r--r--synapse/config/saml2_config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py

index ad865a667f..7226abd829 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py
@@ -189,6 +189,8 @@ class SAML2Config(Config): import saml2 public_baseurl = self.public_baseurl + if public_baseurl is None: + raise ConfigError("saml2_config requires a public_baseurl to be set") if self.saml2_grandfathered_mxid_source_attribute: optional_attributes.add(self.saml2_grandfathered_mxid_source_attribute)