Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support the new `/auth_metadata` endpoint defined in MSC2965. (#18093) | Quentin Gliech | 2025-01-21 | 1 | -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 Gliech | 2024-08-30 | 1 | -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 Robertson | 2023-12-06 | 1 | -0/+63 |
Co-authored-by: Quentin Gliech <quenting@element.io> |