summary refs log tree commit diff
diff options
context:
space:
mode:
authorJason Robinson <jasonr@matrix.org>2020-03-26 20:35:50 +0200
committerGitHub <noreply@github.com>2020-03-26 20:35:50 +0200
commit55ca6cf88cee15519cd094f60c92ab959973e4c6 (patch)
tree035f03c34450317e474c219609ec0f52858bf7a3
parentAllow RedirectResponse in SAML response handler (diff)
downloadsynapse-55ca6cf88cee15519cd094f60c92ab959973e4c6.tar.xz
Update changelog.d/7151.bugfix
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r--changelog.d/7151.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/7151.bugfix b/changelog.d/7151.bugfix
index 69cde9351d..8aaa2dc659 100644
--- a/changelog.d/7151.bugfix
+++ b/changelog.d/7151.bugfix
@@ -1 +1 @@
-Allow custom SAML handlers to redirect after processing an auth response.
+Fix error page being shown when a custom SAML handler attempted to redirect when processing an auth response.