Skip to content

2.17.0

Compare
Choose a tag to compare
@jmprieur jmprieur released this 05 Feb 18:09
· 213 commits to master since this release
c2ee714

2.17.0

  • Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

New features

Bug fixes

  • In OWIN applications, GetTokenForUserAsync now respects the ClaimsPrincipal. See issue #2629 for details.
  • After setting AddTokenAcquisition(useSingleton:true) to use token acquisition as a singleton, if you use .AddMicrosoftGraph and/or .AddDownstreamApi after this call,
    the GraphServiceClient and IDownstreamApis are now registered as a singleton service. For details see PR #2645
  • Added check Against Injection Attacks. For details see PR 2619

Engineering excellence