From 9513f7ea9f61e1f83ab92391888c29593bbae72f Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 28 Jun 2025 01:31:12 +0200 Subject: Remove CAS 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 259b2c70cb..adc37ded95 100644 --- a/synapse/config/experimental.py +++ b/synapse/config/experimental.py @@ -305,7 +305,6 @@ class MSC3861: if ( root.oidc.oidc_enabled or root.saml2.saml2_enabled - or root.cas.cas_enabled or root.jwt.jwt_enabled ): raise ConfigError("SSO cannot be enabled when OAuth delegation is enabled") -- cgit 1.5.1