summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-03-16 10:20:20 +0000
committerGitHub <noreply@github.com>2021-03-16 10:20:20 +0000
commit1c8a2541dae989f7c17bff8be1e0966df4bc2363 (patch)
tree42fc1c54e203e717e8c06e6542da67babf868805 /changelog.d
parentRevert requiring a specific version of Twisted for mypy checks. (#9618) (diff)
downloadsynapse-1c8a2541dae989f7c17bff8be1e0966df4bc2363.tar.xz
Fix Internal Server Error on `GET /saml2/authn_response` (#9623)
* Fix Internal Server Error on `GET /saml2/authn_response`

Seems to have been introduced in #8765 (Synapse 1.24.0)

* Fix newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9623.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9623.bugfix b/changelog.d/9623.bugfix
new file mode 100644
index 0000000000..ecccb46105
--- /dev/null
+++ b/changelog.d/9623.bugfix
@@ -0,0 +1 @@
+Fix Internal Server Error on `GET /_synapse/client/saml2/authn_response` request.