Skip to content

2.6.1

Compare
Choose a tag to compare
@westin-m westin-m released this 23 Mar 23:19
· 456 commits to master since this release
3a48a6d

2.6.1

  • Update to Wilson 6.27.0 and MSAL.NET 4.51.0

New Features:

  • GetClientAssertion is now public, which enables inheritance of ClientAssertionProviderBase. See PR for details.
  • Id Web now uses TryAdd instead of Add in the InMemory and Distributed caches, this is to not overwrite previously added caches. See issue for details.
  • Id Web now supports MsAuth10ATPop. See PR for details.

Bug Fixes:

  • Fix a regression from v1.16.x to v2.5.0 with auth code redemption when the ResponseType == "code". See issue #2096 for details.

Fundamentals: