diff options
author | Eric Eastwood <erice@element.io> | 2024-12-03 06:54:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-03 12:54:25 +0000 |
commit | b257c7ab199f8c800254764d2ac5d4a9708ceaa2 (patch) | |
tree | 71be56b9049bda9b7db055fea324c33f4ef8e0cd /scripts-dev/complement.sh | |
parent | Bump bytes from 1.8.0 to 1.9.0 (#17982) (diff) | |
download | synapse-b257c7ab199f8c800254764d2ac5d4a9708ceaa2.tar.xz |
Be able to test `/login/sso/redirect` in Complement (#17986)
Be able to test `/login/sso/redirect` in Complement Spawning from https://github.com/element-hq/sbg/pull/421#discussion_r1854926218 where we have a proxy that intercepts responses to `/_matrix/client/v3/login/sso/redirect(/{idpId})` in order to upgrade them to use OAuth 2.0 Pushed Authorization Requests (PAR). We have some Complement tests in that codebase that go over this flow and these changes are required [in order for the URL's to line up](https://github.com/element-hq/synapse/blob/d648c8ce3f4cbf61191b9f5302e405f7b0288677/synapse/rest/client/login.py#L652-L673).
Diffstat (limited to 'scripts-dev/complement.sh')
-rwxr-xr-x | scripts-dev/complement.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts-dev/complement.sh b/scripts-dev/complement.sh |