Skip to content

Update dotnet-azure-ad-identitymodel-extensions monorepo to v6.30.0 - autoclosed

This MR contains the following updates:

Package Type Update Change
Microsoft.IdentityModel.JsonWebTokens nuget minor 6.29.0 -> 6.30.0
Microsoft.IdentityModel.Tokens nuget minor 6.29.0 -> 6.30.0
System.IdentityModel.Tokens.Jwt nuget minor 6.29.0 -> 6.30.0

Release Notes

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet

v6.30.0: April release with new API and bug fixes (6.30.0)

Compare Source

Beginning in release 6.28.0 the library stopped throwing SecurityTokenUnableToValidateException. This version (6.30.0) marks the exception type as obsolete to make this change more discoverable. Not including it in the release notes explicitly for 6.28.0 was a mistake. This exception type will be removed completely in the next few months as the team moves towards a major version bump. More information on how to replace the usage going forward can be found here: https://aka.ms/SecurityTokenUnableToValidateException

Indicate that a SecurityTokenDescriptor can create JWS or JWE https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2055 Specify 'UTC' in log messages https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/ceb10b10ad2edb97217e263915d407da1d957e03 Fix order of log messages https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/05eeeb513e66a4236ae519ef9304bf2b6f26766f

Fixed issues with matching Jwt.Kid with a X509SecurityKey.x5t https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2057 https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2061

Marked Exception that is no longer used as obsolete https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2060

Added support for AesGcm on .NET 6.0 or higher https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/85fa86af743e2b1a0078a9ecd956f34ee703acfc

First round of triming analysis preperation for AOT https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2042

Added new API on TokenHandler.ValidateTokenAsync(SecurityToken ...) implemented only on JsonWebTokenHandler. https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2056


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports