summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-03-26 13:26:46 +0000
committerGitHub <noreply@github.com>2024-03-26 13:26:46 +0000
commitc900d18647b7ad787c6df5a9a83b225758161c4e (patch)
treec20bf9fbcd36567b8df7291518ace3608dd78f14 /changelog.d
parentEnsure that pending to-device events are sent over federation at startup (#16... (diff)
downloadsynapse-c900d18647b7ad787c6df5a9a83b225758161c4e.tar.xz
Fix OIDC login regression (#17031)
Requests may require a User-Agent header, and the change in #16972
accidentally removed it, resulting in requests getting rejected causing
login to fail.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17031.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17031.feature b/changelog.d/17031.feature
new file mode 100644
index 0000000000..0f28cbbcd6
--- /dev/null
+++ b/changelog.d/17031.feature
@@ -0,0 +1 @@
+OIDC: try to JWT decode userinfo response if JSON parsing failed.