8.6.1
8.6.1
Bug fix
- Microsoft.IdentityModel now triggers a configuration refresh if token decryption fails. See issue #3148 for details.
- Fix a bug in
JsonWebTokenHandler
whereJwtTokenDecryptionParameters
'sAlg
andEnc
were not set during token decryption, causingIDX10611
andIDX10619
errors to show null values in the messages. See issue #3003 for details.
Fundamentals
- For development, IdentityModel now has a global.json file to specify the .NET SDK version. See issue #2995 for details.
What's Changed
- Update version.props to next version by @jennyf19 in #3145
- Update the public API shipped files by @jmprieur in #3146
- Add global.json file by @mdchennu in #3153
- Trigger metadata refresh for token decryption errors by @pmaytak in #3149
- Populate error messages correctly from JwtTokenUtilities.DecryptJwtToken by @ksaaf in #3152
- first changelog update by @jennyf19 in #3156
New Contributors
Full Changelog: 8.6.0...8.6.1