summary refs log tree commit diff
path: root/synapse/config/experimental.py
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-28 01:31:12 +0200
committerRory& <root@rory.gay>2025-06-28 01:55:19 +0200
commit9513f7ea9f61e1f83ab92391888c29593bbae72f (patch)
tree40b6d6736311b88b9168873c2d486df903e4224b /synapse/config/experimental.py
parentFix gitignore to ignore .venv (diff)
downloadsynapse-9513f7ea9f61e1f83ab92391888c29593bbae72f.tar.xz
Remove CAS auth
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 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")