Skip to content

Commit 8473045

Browse files
authored
changelog for 2.17.1 (#2682)
* changelog for 2.17.1 * PR feedback
1 parent 4355c93 commit 8473045

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.17.1
2+
=========
3+
- Updated to Microsoft.IdentityModel.* 7.4.0
4+
5+
### New features
6+
- 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).
7+
8+
### Bug fixes
9+
- 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.
10+
11+
### Engineering excellence
12+
- Calls to `ConfidentialClientApplicationBuilderExtension.WithClientCredentials` are fully async. See issue [#2566](https://github.com/AzureAD/microsoft-identity-web/issues/2566) for details.
13+
114
2.17.0
215
=========
316
- Updated to Microsoft.IdentityModel.* 7.3.1 and MSAL.NET 4.59.0

0 commit comments

Comments
 (0)