summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/config/experimental.py')
-rw-r--r--synapse/config/experimental.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/config/experimental.py b/synapse/config/experimental.py

index adc37ded95..35b5389b6b 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py
@@ -304,7 +304,6 @@ class MSC3861: if ( root.oidc.oidc_enabled - or root.saml2.saml2_enabled or root.jwt.jwt_enabled ): raise ConfigError("SSO cannot be enabled when OAuth delegation is enabled")