forked-synapse/synapse/api/auth
Quentin Gliech ca69d0f571
MSC3861: load the issuer and account management URLs from OIDC discovery (#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.
2024-08-30 14:04:08 +00:00
..
__init__.py Allow enabling sliding sync per-user (#17393) 2024-07-05 13:04:27 +01:00
base.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
internal.py Allow enabling sliding sync per-user (#17393) 2024-07-05 13:04:27 +01:00
msc3861_delegated.py MSC3861: load the issuer and account management URLs from OIDC discovery (#17407) 2024-08-30 14:04:08 +00:00