Skip to content

1.16.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 19 Aug 17:58
· 818 commits to master since this release
2b38ac6

1.16.0

Update to IdentityModel 6.* and Microsoft.Graph 4.2.0 and Microsoft.Graph.Beta 4.7.0-preview.

New Features:

The MsalDistributedTokenCacheAdapterOptions now expose a boolean DisableL1Cache, which will bypass the InMemory (L1) cache and only use the Distributed cache. See issue #1388 for details.

When using ASP.NET Individual auth, Microsoft Identity Web provides an overload to define the DisplayName of the Identity Provider. See issue #808 for details.

Bug Fixes:

In .NET Framework, when recreating the CCA each time, the cache is not hit. Now the ServiceProvider for the InMemory or Distributed cache is not instantiated each time. See issue #1390 for details.

The NonceCookie and CorrelationCookie configurations are now hooked up correctly in Microsoft Identity Web. See issue #1262 for details.

Fix a transitive ArgumentException when adding a preexisting key in the Temp Data. See PR #1382 for details.

Fix a KeyNotFoundException when calling WithAppOnly(). See issue #1365 and PR #1377 for details.

Remove context.Success() in the web API so that further middleware processing can occur. See issue #929 for details.