summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-04 08:25:15 -0500
committerGitHub <noreply@github.com>2020-12-04 08:25:15 -0500
commit22c6c19f91d7325c82eddfada696826adad69e5b (patch)
tree7948c3f80aff6ad6f2ff11e2a56676a70c3346b5 /changelog.d
parentRemove version pin prometheus_client dependency (#8875) (diff)
downloadsynapse-22c6c19f91d7325c82eddfada696826adad69e5b.tar.xz
Fix a regression that mapping providers should be able to redirect users. (#8878)
This was broken in #8801.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8878.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8878.bugfix b/changelog.d/8878.bugfix
new file mode 100644
index 0000000000..e53005ee1c
--- /dev/null
+++ b/changelog.d/8878.bugfix
@@ -0,0 +1 @@
+Fix a regression in v1.24.0rc1 which failed to allow SAML mapping providers which were unable to redirect users to an additional page.