Skip to content

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

7.1.2

09 Jan 18:03
Compare
Choose a tag to compare

5.7.0

09 Jan 18:00
Compare
Choose a tag to compare

7.0.3

17 Oct 03:11
bb354ce
Compare
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
Compare
Choose a tag to compare

6.33.0

04 Oct 00:02
9d9925e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

6.32.3

05 Sep 21:54
1d9cf43
Compare
Choose a tag to compare
  • Fix logging messages. See #2288 for details.