From 77b806eb4ec604412c2ca8c43f0eeff94a8d4ce9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 02:25:58 +0200 Subject: Remove SAML/2 auth --- synapse/config/experimental.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/config/experimental.py') 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") -- cgit 1.5.1