summary refs log tree commit diff
path: root/synapse/rest/client/auth_issuer.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support the new `/auth_metadata` endpoint defined in MSC2965. (#18093)Quentin Gliech2025-01-211-69/+0
| | | | | | | See the updated MSC2965 --------- Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* MSC3861: load the issuer and account management URLs from OIDC discovery ↵Quentin Gliech2024-08-301-2/+8
| | | | | | | | | | | | | | (#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/+63
Co-authored-by: Quentin Gliech <quenting@element.io>