summary refs log tree commit diff
path: root/tests/handlers/test_oauth_delegation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92Patrick Cloke2023-09-061-129/+23
|\
| * Revert MSC3861 introspection cache, admin impersonation and account lock (#16...Quentin Gliech2023-09-061-130/+24
* | Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-21/+21
|/
* Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-221-1/+33
* MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-0/+35
* Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-0/+62
* Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-301-1/+25
* Reject tokens with multiple device scopesQuentin Gliech2023-05-301-1/+28
* Handle errors when introspecting tokensQuentin Gliech2023-05-301-0/+35
* Disable incompatible Admin API endpointsQuentin Gliech2023-05-301-0/+19
* Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-2/+2
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-6/+9
* Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-3/+177
* Actually enforce guest + return www-authenticate headerHugh Nimmo-Smith2023-05-301-3/+40
* Initial tests for OAuth delegationHugh Nimmo-Smith2023-05-301-0/+345