Skip to content

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

6.12.2

21 Aug 19:00
08e98d1

Choose a tag to compare

BugFixes

Stop the event queue task when event queue is empty (#1685)

6.12.1

20 Aug 18:49
08e98d1

Choose a tag to compare

BugFixes

  • Fix double instantiation of Uri in IsHttps() (#1676)

Enhancements and features

  • Enable deterministic builds for CI builds (#1672).
  • Remove wait on first force refresh (#1674)
  • Send additional data to metadata end point (#1678)

6.12.0

21 Jul 18:01
0ba4c38

Choose a tag to compare

Bug fixes

  • Addressed security bugs (#1656, #1661, #1657).
  • Fixed the task leaking issue in the EventBasedLRUCache (#1667).

Enhancements and features

  • Added support for decryption using AesGcm (#1606).

6.11.1

21 May 23:28
0665af6

Choose a tag to compare

Bug fix:

  • Fixing incorrect parameters when writing Saml2ProxyConditions (#1646).

6.11.0

27 Apr 01:14
876c625

Choose a tag to compare

Enhancements and Features

Send SKU and Version details to metadata end point #1632

6.10.2

27 Apr 01:11

Choose a tag to compare

Removed name entry from claim type mapping #1629

6.10.1

12 Apr 22:36

Choose a tag to compare

Enhancements and Features

#1626 - Change base type of SecurityTokenUnableToValidateException

6.10.0

31 Mar 21:14

Choose a tag to compare

Enhancements and Features

  • #1621 Change default values for DefaultAutomaticRefreshInterval and DefaultRefreshInterval
  • #1615 Add SecurityTokenUnableToValidateException
  • #1620 Reduce copies in URL encoder

6.9.0

16 Mar 02:03

Choose a tag to compare

Bug fixes

  • Removed calls to overridable methods in constructors (#1549).
  • Modified AuthenticationProtocolMessage to use CSP 'unsafe-eval' compliant default value for _script (#1565).
  • SecurityTokenNoExpirationException 'IDX10225' is now thrown if a token is missing an 'nbf' or 'exp' claim (#1582).

Enhancements and features

  • Made the 'x5c' property available on the JwtHeader (#1543).
  • Added ClaimTypeMapping for 'name' claim (#1545).
  • Added a net472 desktop target (#1552).
  • Added 'phone_number' and 'phone_number_verified' standard claims to JwtRegisteredClaimNames (#1559).
  • Added RSACng support for encryption / decryption (#1579).
  • Added an EventBasedLRUCache for use by InMemoryCryptoProviderCache on the .NET desktop targets (#1605). See here for more details.

6.8.0

13 Oct 18:22

Choose a tag to compare

Bug fixes

  • Resolve encryption key when Kid is not present in token #1511
  • Objects overriding GetHashCode also override Equals #1536

Enhancements and features

  • Improve empty audience error message #1488
  • Enveloped Signature Writer should be able to determine the Digest algorithm from signing algorithm #1508
  • Add Claims and PropertyBag properties to TokenValidationResult #1514
  • Throw SecurityTokenSignatureValidationFailedException when none of the provided keys verify the signature #1515
  • Add message for all keys were not supported #1520
  • Add TokenType to SecurityTokenDescriptor. #1522
  • Remove locks in SignatureProviders #1535