Skip to content

3.13.0

Choose a tag to compare

@jmprieur jmprieur released this 08 Aug 20:53
· 59 commits to master since this release
bd4b626

3.13.0

Dependencies updates

  • Microsoft.IdentityModel updated to version 8.13.1.
  • Microsoft.Abstractions updated to version 9.3.0 and using IAuthenticationSchemeInformationProvider from that library, deprecating the interface of the same name in Microsoft.Identity.Web (introduced in 3.12.0).

Bug fixes

  • Fixed an issue with instantiation of TokenAcquirerFactory when AppContext.BaseDirectory is root path. See PR #3443 for details.

Fundamentals

  • Use cloud user in tests. See PR #3441 and #3442 for details.