diff options
author | Erik Johnston <erik@matrix.org> | 2024-03-26 13:44:06 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-03-26 13:44:06 +0000 |
commit | 05817413425c9b92e3f7a463221e628c4ceedbed (patch) | |
tree | a58ac85f3376d8e5670d3c73af9deb366ebf9060 /CHANGES.md | |
parent | Merge remote-tracking branch 'origin/develop' into release-v1.104 (diff) | |
download | synapse-05817413425c9b92e3f7a463221e628c4ceedbed.tar.xz |
Fixup changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
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 |