-
- Downloads
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
Showing
- changelog.d/9271.bugfix 1 addition, 0 deletionschangelog.d/9271.bugfix
- docs/workers.md 10 additions, 8 deletionsdocs/workers.md
- synapse/app/generic_worker.py 7 additions, 4 deletionssynapse/app/generic_worker.py
- synapse/app/homeserver.py 2 additions, 16 deletionssynapse/app/homeserver.py
- synapse/rest/synapse/client/__init__.py 48 additions, 1 deletionsynapse/rest/synapse/client/__init__.py
- synapse/storage/databases/main/registration.py 20 additions, 20 deletionssynapse/storage/databases/main/registration.py
- tests/rest/client/v1/test_login.py 3 additions, 12 deletionstests/rest/client/v1/test_login.py
- tests/rest/client/v2_alpha/test_auth.py 2 additions, 4 deletionstests/rest/client/v2_alpha/test_auth.py
Loading
Please register or sign in to comment