summary refs log tree commit diff
path: root/tests/rest/client/test_auth_issuer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support the new `/auth_metadata` endpoint defined in MSC2965. (#18093)Quentin Gliech2025-01-211-79/+0
| | | | | | | See the updated MSC2965 --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Format files with Ruff (#17643)Quentin Gliech2024-09-021-1/+3
| | | | | | I thought ruff check would also format, but it doesn't. This runs ruff format in CI and dev scripts. The first commit is just a run of `ruff format .` in the root directory.
* MSC3861: load the issuer and account management URLs from OIDC discovery ↵Quentin Gliech2024-08-301-1/+19
| | | | | | | | | | | | | | (#17407) This will help mitigating any discrepancies between the issuer configured and the one returned by the OIDC provider. This also removes the need for configuring the `account_management_url` explicitely, as it will now be loaded from the OIDC discovery, as per MSC2965. Because we may now fetch stuff for the .well-known/matrix/client endpoint, this also transforms the client well-known resource to be asynchronous.
* Expose OIDC discovery information under the CSAPI (#16726)David Robertson2023-12-061-0/+59
Co-authored-by: Quentin Gliech <quenting@element.io>