Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 4655d22

Browse files
authored
docs: fallback/web endpoint does not appear to be mounted on workers (#9679)
1 parent 83de0be commit 4655d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.d/9679.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve worker documentation for fallback/web auth endpoints.

docs/workers.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ expressions:
232232
# Registration/login requests
233233
^/_matrix/client/(api/v1|r0|unstable)/login$
234234
^/_matrix/client/(r0|unstable)/register$
235-
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$
236235

237236
# Event sending requests
238237
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/redact
@@ -276,7 +275,7 @@ using):
276275

277276
Ensure that all SSO logins go to a single process.
278277
For multiple workers not handling the SSO endpoints properly, see
279-
[#7530](https://github.com/matrix-org/synapse/issues/7530) and
278+
[#7530](https://github.com/matrix-org/synapse/issues/7530) and
280279
[#9427](https://github.com/matrix-org/synapse/issues/9427).
281280

282281
Note that a HTTP listener with `client` and `federation` resources must be

0 commit comments

Comments
 (0)