diff options
author | Jason Robinson <jasonr@matrix.org> | 2020-03-26 22:10:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 22:10:31 +0200 |
commit | 7496d3d2f6b254ace7a483c286a61c327f2f301f (patch) | |
tree | b6002239641a7e2ccab4a943de28f01e312250aa /changelog.d | |
parent | Refactor the CAS code (move the logic out of the REST layer to a handler) (#7... (diff) | |
parent | Update changelog.d/7151.bugfix (diff) | |
download | synapse-7496d3d2f6b254ace7a483c286a61c327f2f301f.tar.xz |
Merge pull request #7151 from matrix-org/jaywink/saml-redirect-fix
Allow RedirectResponse in SAML response handler
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7151.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7151.bugfix b/changelog.d/7151.bugfix new file mode 100644 index 0000000000..8aaa2dc659 --- /dev/null +++ b/changelog.d/7151.bugfix @@ -0,0 +1 @@ +Fix error page being shown when a custom SAML handler attempted to redirect when processing an auth response. |