Skip to content

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

This MR contains the following updates:

Package Type Update Change
Microsoft.IdentityModel.JsonWebTokens nuget patch 6.30.0 -> 6.30.1
Microsoft.IdentityModel.Tokens nuget patch 6.30.0 -> 6.30.1
System.IdentityModel.Tokens.Jwt nuget patch 6.30.0 -> 6.30.1

Release Notes

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

v6.30.1

Compare Source

This release contains work from the following MRs:

  • Modified token validation to be async throughout the call graph #​2075
  • Enforce key sizes when creating HMAC #​2072
  • Fix AotCompatibilityTests #​2066
  • Use up-to-date "now", in case take long time to get Metadata #​2063

This release addresses #​1743 and, as such, going forward if the SymmetricKey is smaller than the required size for HMAC IdentityModel will throw an ArgumentOutOfRangeException which is the same exception when the SymmetricKey is smaller than the minimum key size for encryption.


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