summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2024-03-21 18:49:44 +0100
committerGitHub <noreply@github.com>2024-03-21 17:49:44 +0000
commit3ab9e6d524960784f6f108e57ac86a921912ea84 (patch)
tree63adb7a93a88677afac54a2e05728eecde26fa3d /changelog.d
parentPatch the db conn pool sooner in tests (#17017) (diff)
downloadsynapse-3ab9e6d524960784f6f108e57ac86a921912ea84.tar.xz
OIDC: try to JWT decode userinfo response if JSON parsing failed (#16972)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16972.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16972.feature b/changelog.d/16972.feature
new file mode 100644
index 0000000000..0f28cbbcd6
--- /dev/null
+++ b/changelog.d/16972.feature
@@ -0,0 +1 @@
+OIDC: try to JWT decode userinfo response if JSON parsing failed.