summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-26 13:42:09 +0000
committerErik Johnston <erik@matrix.org>2024-03-26 13:42:09 +0000
commit34878b6bc904e4fbcbc8b4a941c757c3d4628467 (patch)
tree85b420c94b9184cbac085c83158ff778255157f5 /changelog.d
parent1.104.0rc1 (diff)
parentFix OIDC login regression (#17031) (diff)
downloadsynapse-34878b6bc904e4fbcbc8b4a941c757c3d4628467.tar.xz
Merge remote-tracking branch 'origin/develop' into release-v1.104
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.