Releases: AzureAD/microsoft-identity-web
Releases · AzureAD/microsoft-identity-web
2.11.0
2.10.0
2.9.0
2.9.0
- Update to Wilson 6.29.0 and MSAL.NET 4.53.0
Bug Fix:
- The ASP.NET Core regression between .NET 5 and 6 with Razor Pages, is now addressed with Microsoft.Identity.Web.UI targeting .NET 5 until a more permanent solution is found. See issues #2111, #2095 and #2183 for details.
2.8.0
2.8.0
New features:
- ID Web works with Authority in place of Tenant ID and Domain. See #2160
- ID Web now supports CIAM authorities.
- Abstractions is now updated to version 3.1.0
Bug fixes:
- Fixed a bug causing ClaimsIdentity.RoleClaimType to always be "roles" when using App Service Authentication. See #2166
2.7.0
2.6.1
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.
Fundamentals:
2.5.0
2.5.0
Official GA on NuGet of Microsoft.Identity.Web 2.5.0 brings a variety of new higher-level APIs, including support for .NET Framework (Owin), Daemon scenarios, and the new DownstreamApi.
New Feature
- Make ClientAssertion public, see for details.
1.26.0
2.0.8-preview
2.0.8-preview
- Update Microsoft.Identity.Abstractions 1.0.5-preview, which has breaking changes.
2.0.7-preview
2.0.7-preview
- Use ConcurrentDictionary for MergedOptions to resolve #1957