Skip to content

Commit 0a208a4

Browse files
authored
Route SSO redirect to matrix-authentication service (#27)
1 parent b09288a commit 0a208a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

charts/synapse/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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$"

0 commit comments

Comments
 (0)