diff options
author | Jason Robinson <jasonr@matrix.org> | 2020-03-26 19:02:35 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2020-03-26 19:02:35 +0200 |
commit | 060e7dce09ae2197f29811769b13db30ed340211 (patch) | |
tree | 1738f17a79b4e43886756ad4fee99e525c031ade /changelog.d | |
parent | Validate that the session is not modified during UI-Auth (#7068) (diff) | |
download | synapse-060e7dce09ae2197f29811769b13db30ed340211.tar.xz |
Allow RedirectResponse in SAML response handler
Allow custom SAML handlers to redirect after processing an auth response. Fixes #7149 Signed-off-by: Jason Robinson <jasonr@matrix.org>
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..69cde9351d --- /dev/null +++ b/changelog.d/7151.bugfix @@ -0,0 +1 @@ +Allow custom SAML handlers to redirect after processing an auth response. |