summary refs log tree commit diff
path: root/changelog.d/13910.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.71.0rc1David Robertson2022-11-011-1/+0
|
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-0/+1
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.