diff options
author | Erik Johnston <erik@matrix.org> | 2024-03-26 13:42:09 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-03-26 13:42:09 +0000 |
commit | 34878b6bc904e4fbcbc8b4a941c757c3d4628467 (patch) | |
tree | 85b420c94b9184cbac085c83158ff778255157f5 /changelog.d | |
parent | 1.104.0rc1 (diff) | |
parent | Fix OIDC login regression (#17031) (diff) | |
download | synapse-34878b6bc904e4fbcbc8b4a941c757c3d4628467.tar.xz |
Merge remote-tracking branch 'origin/develop' into release-v1.104
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17031.feature | 1 |
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. |