Skip to content

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

6.35.0

09 Jan 18:05

Choose a tag to compare

Bug Fix

  • fix AadIssuerValidator's handling of trailing forward slashes. See issue [#2415] for more details.

Feature

  • Adds an AppContext switch to control HMAC key size verification. See #2421 for more details.

7.1.2

09 Jan 18:03

Choose a tag to compare

5.7.0

09 Jan 18:00

Choose a tag to compare

7.0.3

17 Oct 03:11
bb354ce

Choose a tag to compare

7.0.3

Bug Fixes:

  • Fix errors like the following reported by multiple customers at dotnet/aspnetcore#51005 when they tried to upgrade their app using AddMicrosoftIdentityWebApp to .NET 8. See PR for details.
  • Fix compatibility issue with 6x when claims are a bool. See issue #2354 for details.

6.34.0

09 Jan 18:03

Choose a tag to compare

6.33.0

04 Oct 00:02
9d9925e

Choose a tag to compare

Bug Fixes:

  • Clean up log messages. See #2339 for details.
  • Decouple JsonElements from JsonDocument, which causes issues in multi-threaded environments. See #2340 for details.

7.0.2

29 Sep 17:58
0118c6f

Choose a tag to compare

7.0.2

Bug Fixes:

  • Resolved an issue where JsonWebToken properties would throw exceptions when the input string was 'null'. See PR#2335 for details.

7.0.1

27 Sep 22:05
002b197

Choose a tag to compare

7.0.1

Bug fixes:

GetPayloadClaim("aud") returns a string when a single audience is specified, aligning with the behavior in 6.x. See PR #2331 for details.

7.0.0

11 Sep 15:25
bf4cb25

Choose a tag to compare

7.0.0

See IdentityModel7x for the updates on this much anticipated release.

7.0.0-preview5

06 Sep 01:15
4c14904

Choose a tag to compare

7.0.0-preview5 Pre-release
Pre-release

7.0.0-preview5

Bug fixes:

  • Improve log messages. See PR #2289 for details.
  • In AadIssuerValidator return a ValueTask<string> instead of a Task<string>. See Issue #2286 and PR for details.
  • Deprecate int? JwtPayload.Exp, .Iat, and .Nbf. See issue #2266 for details, #92, and #1525.
  • General clean-up. See PR #2285.