This release introduces the following changes:
-
The OpenIddict server stack was updated to be compatible with the new
Microsoft.IdentityModel.*
7.0 packages (that now useSystem.Text.Json
instead of an internal copy of JSON.NET). Users migrating toMicrosoft.IdentityModel.*
7.0 are strongly encouraged to bump OpenIddict to 4.8.0 at the same time to avoid compatibility issues (e.g missing claims). -
2 new providers have been added to
OpenIddict.Client.WebIntegration
:- JumpCloud
- Kakao (thanks @steveberdy! ❤️)
-
The
OpenIddict.*.DataProtection
packages have been updated to support customIDataProtectionProvider
instances that don't use the default magic header (thanks @sbolofsson! ❤️)
Special thanks to the IdentityModel team for the effort they put into Microsoft.IdentityModel.*
7.0 and for being extremely attentive to the community feedback 👏🏻