8.11.0
8.11.0
New Features:
- Microsoft.IdentityModel now exposes the AadIssuerValidator factory method publicly to enable caching functionality for AadIssuerValidator instances. See issue #3245 for details.
- Added a new public async API:
JsonWebTokenHandler.DecryptTokenWithConfigurationAsync, which decrypts a JWE token using keys from eitherTokenValidationParametersor, if not present, from configuration (such as via a ConfigurationManager). This enhancement improves developer experience by enabling asynchronous, cancellation-aware JWE decryption scenarios, aligning with modern .NET async patterns and making integration with external key/configuration sources more robust and observable. See PR #3243 for details.
What's Changed
- few updates by @jennyf19 in #3242
- Changelog for 8.10.0 by @sruke in #3241
- Exposes publicly override of AadIssuerValidator factory taking a delegate by @jmprieur in #3244
- update current version to 8.10.0 by @brentschmaltz in #3246
- Add DecryptTokenWithConfiguration API by @pmaytak in #3243
- changelog for 8.11 by @jennyf19 in #3248
Full Changelog: 8.10.0...8.11.0