File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,8 +425,6 @@ ingress:
425425 masterOverridesRoutes :
426426 # client-server overrides to the main/master process process
427427 - " /_matrix/client/(api/v1|r0|v3|unstable)/(account/3pid/|directory/list/room/|rooms/[^/]+/(forget|upgrade|report)|register)"
428- # client-server sso overrides to the main/master process process
429- - " /_matrix/client/(api/v1|r0|v3|unstable)/login/sso/redirect(/|$)"
430428 # qr code rendezvous loginto main process
431429 # related to MSC4108 https://github.com/matrix-org/matrix-spec-proposals/pull/4108
432430 # - "(/_matrix/client/(unstable|v1)/org.matrix.msc4108/rendezvous|/_synapse/client/rendezvous)$"
@@ -596,6 +594,7 @@ ingress:
596594 # Fixed: explicit version prefixes instead of greedy (.*) to avoid matching subpaths unexpectedly
597595 # logout has v1=True -> (api/v1|r0|v3|unstable); refresh has no v1 -> (r0|v3|unstable)
598596 matrixAuthentication :
597+ - " /_matrix/client/(api/v1|r0|v3|unstable)/login/sso/redirect(/|$)"
599598 - " /_matrix/client/(api/v1|r0|v3|unstable)/login$"
600599 - " /_matrix/client/(api/v1|r0|v3|unstable)/logout(/all)?$"
601600 - " /_matrix/client/(r0|v3|unstable)/refresh$"
You can’t perform that action at this time.
0 commit comments