summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-26 13:44:06 +0000
committerErik Johnston <erik@matrix.org>2024-03-26 13:44:06 +0000
commit05817413425c9b92e3f7a463221e628c4ceedbed (patch)
treea58ac85f3376d8e5670d3c73af9deb366ebf9060
parentMerge remote-tracking branch 'origin/develop' into release-v1.104 (diff)
downloadsynapse-05817413425c9b92e3f7a463221e628c4ceedbed.tar.xz
Fixup changelog
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md

index ee658eda21..0bbacd393e 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -3,7 +3,7 @@ ### Features - Add an OIDC config to specify extra parameters for the authorization grant URL. IT can be useful to pass an ACR value for example. ([\#16971](https://github.com/element-hq/synapse/issues/16971)) -- OIDC: try to JWT decode userinfo response if JSON parsing failed. ([\#16972](https://github.com/element-hq/synapse/issues/16972)) +- Add support for OIDC provider returning JWT. ([\#16972](https://github.com/element-hq/synapse/issues/16972), [\#17031](https://github.com/element-hq/synapse/issues/17031)) ### Bugfixes