Skip to content

Commit

Permalink
changelog for 2.17.1 (#2682)
Browse files Browse the repository at this point in the history
* changelog for 2.17.1

* PR feedback
  • Loading branch information
jennyf19 authored Feb 26, 2024
1 parent 4355c93 commit 8473045
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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](https://github.com/AzureAD/microsoft-identity-web/pull/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](https://github.com/AzureAD/microsoft-identity-web/pull/2676) for details.

### Engineering excellence
- Calls to `ConfidentialClientApplicationBuilderExtension.WithClientCredentials` are fully async. See issue [#2566](https://github.com/AzureAD/microsoft-identity-web/issues/2566) for details.

2.17.0
=========
- Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0
Expand Down

0 comments on commit 8473045

Please sign in to comment.