1 files changed, 0 insertions, 3 deletions
diff --git a/docs/workers.md b/docs/workers.md
index 45a00696f3..a254740251 100644
--- a/docs/workers.md
+++ b/docs/workers.md
@@ -315,9 +315,6 @@ using):
# SAML requests.
^/_synapse/client/saml2/authn_response$
- # CAS requests.
- ^/_matrix/client/(api/v1|r0|v3|unstable)/login/cas/ticket$
-
Ensure that all SSO logins go to a single process.
For multiple workers not handling the SSO endpoints properly, see
[#7530](https://github.com/matrix-org/synapse/issues/7530) and
|