summary refs log tree commit diff
path: root/tests/config/test_oauth_delegation.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement stable support for MSC3882 to allow an existing device/session to ↵Hugh Nimmo-Smith2023-06-011-2/+2
| | | | | | | | generate a login token for use on a new device/session (#15388) Implements stable support for MSC3882; this involves updating Synapse's support to match the MSC / the spec says. Continue to support the unstable version to allow clients to transition.
* Make the config tests spawn the homeserver only when neededQuentin Gliech2023-05-301-194/+154
|
* Tests for JWKS endpointHugh Nimmo-Smith2023-05-301-11/+106
|
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-0/+202
Also enforce you can't combine it with incompatible config options