Skip to content

1.23.1

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 15 Mar 01:59
· 665 commits to master since this release
4b40543

1.23.1

Update to MSAL.NET 4.42.0.

Bug Fixes:

Microsoft.Identity.Web.TokenCache now throws an actionable error message when the L2 cache deserialization fails, which can happen when the encrypt key of a shared distributed cache are different on different machines. See issues #1643 and MSAL issue 3162 for details.

Fix a null reference when using ITokenAcquisition in a background callback in a web wepp. See issue #1656 for details.