summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-16 07:29:35 -0400
committerGitHub <noreply@github.com>2021-03-16 11:29:35 +0000
commit1383508f2956345fd86de1779dd2f6e723c536c5 (patch)
treeabd5e21ccd6c4df3320cdd6c7168cd7af87a809c /changelog.d
parentAdd support for stable MSC2858 API (#9617) (diff)
downloadsynapse-1383508f2956345fd86de1779dd2f6e723c536c5.tar.xz
Handle an empty cookie as an invalid macaroon. (#9620)
* Handle an empty cookie as an invalid macaroon.

* Newsfragment
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9620.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9620.bugfix b/changelog.d/9620.bugfix
new file mode 100644
index 0000000000..427580f4ad
--- /dev/null
+++ b/changelog.d/9620.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in v1.28.0 where the OpenID Connect callback endpoint could error with a `MacaroonInitException`.