summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-12-01 07:25:58 -0500
committerGitHub <noreply@github.com>2021-12-01 07:25:58 -0500
commita265fbd397ae72b2d3ea4c9310591ff1d0f3e05c (patch)
tree5a0e7d594faeac294e1ae1557fc21505a7747d87 /changelog.d
parentUpdate openid.md (diff)
downloadsynapse-a265fbd397ae72b2d3ea4c9310591ff1d0f3e05c.tar.xz
Register the login redirect endpoint for v3. (#11451)
As specified for Matrix v1.1.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11451.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11451.bugfix b/changelog.d/11451.bugfix
new file mode 100644
index 0000000000..960714d0f9
--- /dev/null
+++ b/changelog.d/11451.bugfix
@@ -0,0 +1 @@
+Add support for the `/_matrix/client/v3/login/sso/redirect/{idpId}` API from Matrix v1.1. This endpoint was overlooked when support for v3 endpoints was added in v1.48.0rc1.