Skip to content

chore(deps): update dotnet-azure-ad-identitymodel-extensions monorepo to v7.4.0 - autoclosed

This MR contains the following updates:

Package Type Update Change
Microsoft.IdentityModel.JsonWebTokens nuget minor 7.3.1 -> 7.4.0
Microsoft.IdentityModel.Tokens nuget minor 7.3.1 -> 7.4.0
System.IdentityModel.Tokens.Jwt nuget minor 7.3.1 -> 7.4.0

Release Notes

AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)

v7.4.0

======

New Features:
  • Introduced an injection point for external metadata management and adjusted the issuer Last Known Good (LKG) to maintain the state within the issuer validator. See MR #​2480.
  • Made an internal virtual method public, enabling users to provide signature providers. See MR #​2497.
Performance Improvements:
  • Added a new JsonWebToken constructor that accepts Memory for improved performance, along with enhancements to existing constructors. More information can be found in issue #​2487 and in MR #​2458.
Fundamentals:
  • Resolved the issue of duplicated log messages in the source code and made IDX10506 log message more specific. For more details, refer to MR #​2481.
  • Enhanced Json serialization by ensuring the complete object is always read. This improvement can be found in MR #​2491.
Engineering Excellence:
  • Streamlined the build and release process by replacing the dependency on updateAssemblyInfo.ps1 with the Version property. Check out the details in MR #​2494.
  • Excluded the packing of Benchmark and TestApp projects for a more efficient process. Details available in MR #​2496.

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