synapse/tests/rest
Richard van der Hoff 9c715a5f19
Fix SSO on workers (#9271)
Fixes #8966.

* Factor out build_synapse_client_resource_tree

Start a function which will mount resources common to all workers.

* Move sso init into build_synapse_client_resource_tree

... so that we don't have to do it for each worker

* Fix SSO-login-via-a-worker

Expose the SSO login endpoints on workers, like the documentation says.

* Update workers config for new endpoints

Add documentation for endpoints recently added (#8942, #9017, #9262)

* remove submit_token from workers endpoints list

this *doesn't* work on workers (yet).

* changelog

* Add a comment about the odd path for SAML2Resource
2021-02-01 15:47:59 +00:00
..
admin Add an admin API endpoint to protect media. (#9086) 2021-01-15 11:18:09 -05:00
client Fix SSO on workers (#9271) 2021-02-01 15:47:59 +00:00
key Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
media Skip unit tests which require optional dependencies (#9031) 2021-01-07 11:41:28 +00:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
test_health.py Remove spurious "SynapseRequest" result from `make_request" 2020-12-15 22:35:40 +00:00
test_well_known.py Give public_baseurl a default value (#9159) 2021-01-20 12:30:41 +00:00