chore(deps): update dotnet-azure-ad-identitymodel-extensions monorepo to v7.3.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
Microsoft.IdentityModel.JsonWebTokens | nuget | minor |
7.2.0 -> 7.3.1
|
Microsoft.IdentityModel.Tokens | nuget | minor |
7.2.0 -> 7.3.1
|
System.IdentityModel.Tokens.Jwt | nuget | minor |
7.2.0 -> 7.3.1
|
Release Notes
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet (Microsoft.IdentityModel.JsonWebTokens)
v7.3.1
======
Bug Fixes:
- Replace propertyName with
MetadataName
constant. See issue #2471 for details. - Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.
Performance Improvements:
- Update the benchmark configuration. See issue #2468.
Documentation:
- Update comment for
azp
inJsonWebToken
. See #2475 for details. - Link to breaking change announcement. See [#2478].
- Fix typo in log message. See [#2479].
v7.3.0
======
New Features:
Addition of the ClientCertificates property to the HttpRequestData class enables exposure of certificate collection involved in authenticating the client against the server and unlock support of new scenarios within the SDK. See MR #2462 for details.
Bug Fixes:
Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see MR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by MRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by MR #2440.
Performance Improvements:
Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see MR #2465.
Engineering Excellence:
New benchmark tests for AsymmetricAdapter signatures. For details see MR #2449.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.