Fixup changelog

This commit is contained in:
Erik Johnston 2024-03-26 13:44:06 +00:00
parent 34878b6bc9
commit 0581741342
1 changed files with 1 additions and 1 deletions

View File

@ -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