2.6.1
- Update to Wilson 6.27.0 and MSAL.NET 4.51.0
New Features:
GetClientAssertion
is now public, which enables inheritance ofClientAssertionProviderBase
. See PR for details.- Id Web now uses
TryAdd
instead ofAdd
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.