summary refs log tree commit diff
path: root/synapse/config/saml2_config.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:24:35 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:24:35 +0100
commit50e257bea1aa58a424001b263ed442bf919e9710 (patch)
treefca1c2da05d2991beb704fb10d4cbd9cf95ea02d /synapse/config/saml2_config.py
parentMerge commit '72822e60b' into anoa/dinsic_release_1_31_0 (diff)
parentGive `public_baseurl` a default value (#9159) (diff)
downloadsynapse-50e257bea1aa58a424001b263ed442bf919e9710.tar.xz
Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/config/saml2_config.py')
-rw-r--r--synapse/config/saml2_config.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/config/saml2_config.py b/synapse/config/saml2_config.py

index 7b97d4f114..f33dfa0d6a 100644 --- a/synapse/config/saml2_config.py +++ b/synapse/config/saml2_config.py
@@ -189,8 +189,6 @@ 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)