diff options
author | Mathieu Velten <matmaul@gmail.com> | 2024-03-21 18:49:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 17:49:44 +0000 |
commit | 3ab9e6d524960784f6f108e57ac86a921912ea84 (patch) | |
tree | 63adb7a93a88677afac54a2e05728eecde26fa3d /changelog.d | |
parent | Patch the db conn pool sooner in tests (#17017) (diff) | |
download | synapse-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.feature | 1 |
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. |