diff options
author | Jason Robinson <jasonr@matrix.org> | 2020-03-26 20:35:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 20:35:50 +0200 |
commit | 55ca6cf88cee15519cd094f60c92ab959973e4c6 (patch) | |
tree | 035f03c34450317e474c219609ec0f52858bf7a3 | |
parent | Allow RedirectResponse in SAML response handler (diff) | |
download | synapse-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.bugfix | 2 |
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. |