Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support OIDC backchannel logouts (#11414) | Quentin Gliech | 2022-10-31 | 1 | -24/+366 |
| | | | | | | | If configured an OIDC IdP can log a user's session out of Synapse when they log out of the identity provider. The IdP sends a request directly to Synapse (and must be configured with an endpoint) when a user logs out. | ||||
* | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) | Quentin Gliech | 2022-10-25 | 1 | -9/+23 |
| | | | | | | | | | This implements a fake OIDC server, which intercepts calls to the HTTP client. Improves accuracy of tests by covering more internal methods. One particular example was the ID token validation, which previously mocked. This uncovered an incorrect dependency: Synapse actually requires at least authlib 0.15.1, not 0.14.0. | ||||
* | Allow admins to require a manual approval process before new accounts can be ↵ | Brendan Abolivier | 2022-09-29 | 1 | -1/+32 |
| | | | | used (using MSC3866) (#13556) | ||||
* | Add an option allowing users to use their password to reauthenticate even ↵ | reivilibre | 2022-05-27 | 1 | -0/+41 |
| | | | | though password authentication is disabled. (#12883) | ||||
* | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 2022-02-23 | 1 | -32/+38 |
| | |||||
* | Fix slow performance of `/logout` in some cases where refresh tokens are in ↵ | reivilibre | 2022-02-22 | 1 | -2/+91 |
| | | | | use. The slowness existed since the initial implementation of refresh tokens. (#12056) | ||||
* | Use HTTPStatus constants in place of literals in ↵ | reivilibre | 2021-12-08 | 1 | -47/+87 |
| | | | | `tests.rest.client.test_auth`. (#11520) | ||||
* | Fix the test breakage introduced by #11435 as a result of concurrent PRs ↵ | reivilibre | 2021-12-07 | 1 | -1/+1 |
| | | | | (#11522) | ||||
* | Stabilise support for MSC2918 refresh tokens as they have now been merged ↵ | reivilibre | 2021-12-06 | 1 | -15/+15 |
| | | | | into the Matrix specification. (#11435) | ||||
* | Support configuring the lifetime of non-refreshable access tokens separately ↵ | reivilibre | 2021-12-03 | 1 | -0/+76 |
| | | | | to refreshable access tokens. (#11445) | ||||
* | Update MSC2918 refresh token support to confirm with the latest revision: ↵ | reivilibre | 2021-11-26 | 1 | -14/+44 |
| | | | | accept the `refresh_tokens` parameter in the request body rather than in the URL parameters. (#11430) | ||||
* | Support expiry of refresh tokens and expiry of the overall session when ↵ | reivilibre | 2021-11-26 | 1 | -1/+124 |
| | | | | refresh tokens are in use. (#11425) | ||||
* | Rename unstable `access_token_lifetime` configuration option to ↵ | reivilibre | 2021-11-23 | 1 | -1/+1 |
| | | | | `refreshable_access_token_lifetime` to make it clear it only concerns refreshable access tokens. (#11388) | ||||
* | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) | David Robertson | 2021-08-20 | 1 | -0/+717 |