Skip to content

Releases: AzureAD/microsoft-identity-web

2.19.0

29 May 02:03
f0a7df8
Compare
Choose a tag to compare

2.19.0

  • Updated to Microsoft.IdentityModel.* 7.6.0

New features

  • Id Web now provides a .WithUser() modifier to the Microsoft Graph queries (like WithAppOnly()). See issue #2855 for details.
  • Id Web now provides a base class for implementing a custom IAuthorizationHeaderProvider. See issue #2856 for details.

Bug fixes

  • Id Web now processes the extra query parameters when included as part of the authority. See issue #2697 for details.

2.18.2

21 May 03:01
ed8d71e
Compare
Choose a tag to compare

2.18.2

New feature

  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

Bug fixes

  • Id Web now accepts an env var to disable interactive auth for KeyVaultCertificateLoader, see issue #2647 for details.
  • Id Web token acquisition on ASP.NET Core 2.x on net472 or net48 implements ITokenAquirerFactory, see issue #2849 for details.

3.0.0-preview1

29 Apr 17:07
566df20
Compare
Choose a tag to compare
3.0.0-preview1 Pre-release
Pre-release

3.0.0-preview1

Breaking changes

  • Remove netcoreapp3.1 support, see issue #2262 for details.
  • Remove net5.0 support from Microsoft.Identity.Web.UI, see issue #2711 for details.

New features

  • Microsoft.Identity.Web can be conditionally built on .net9.0-preview, see issue #2702 for details.
  • Microsoft.Identity.Web nows processes the AcceptHeader and ContentType if provided, see issue #2806 for details.
  • Target Microsoft.IdentityModel 7x in OWIN targets, see issue #2785 for details.

2.18.1

25 Apr 18:17
cf1db9a
Compare
Choose a tag to compare

2.18.1

  • Updated to Microsoft.IdentityModel.* 7.5.1

Bug fix

  • Fix for FIC due to appending ./default, see issue #2796 for details.

2.18.0

22 Apr 23:41
f35b28f
Compare
Choose a tag to compare

2.18.0

  • Update to Microsoft.Identity.Abstractions 5.3.0
  • Update Azure.Security libraries to 4.6.0

New features

  • Added support for Managed Identity Federated Identity Credential. See issue #2749 for details.
  • Added support to read a section to register multiple downstream APIs. See issue #2255 for details.

Bug fix

  • TokenAcquirer factory is now thread safe and can handle multiple azure regions. See issue #2765 for details.

2.17.5

16 Apr 21:46
3083a3c
Compare
Choose a tag to compare

2.17.5

  • Updated to MSAL 4.59.1.

2.17.4

29 Mar 03:02
72a4388
Compare
Choose a tag to compare

2.17.4

Bug fix

  • Fix assertions being removed from dict before callback is executed in TokenAcquisition. See issue #2734 for details.

2.17.3

27 Mar 16:50
a574aa6
Compare
Choose a tag to compare

2.17.3

2.17.2

14 Mar 17:12
fc5d24a
Compare
Choose a tag to compare

2.17.2

New features

  • Added support for CIAM custom user domains. You can now use an Open ID connect authority in the "Authority" property of the configuration instead of using "Instance" and "Tenant". See issue #2690 for details.

2.17.1

28 Feb 00:01
8473045
Compare
Choose a tag to compare

2.17.1

  • Updated to Microsoft.IdentityModel.* 7.4.0

New features

  • DownstreamApi now automatically processes claims challenge from web APIs which are CAE enabled, provided you set "ClientCapablities" : ["cp1"] in the configuation. See issue #2550.

Bug fixes

  • Fixes the use of ServiceDescriptor for containers which have keyed services present. This can be an issue on .NET 8.0. See issue #2676 for details.

Engineering excellence

  • Calls to ConfidentialClientApplicationBuilderExtension.WithClientCredentials are fully async. See issue #2566 for details.