You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 4.2.0
2
+
3
+
### New features
4
+
-**Added CAE claims support for FIC + Managed Identity**. See [#3647](https://github.com/AzureAD/microsoft-identity-web/pull/3647) for details.
5
+
-**Added `AddMicrosoftIdentityMessageHandler` extension methods for `IHttpClientBuilder`**. See [#3649](https://github.com/AzureAD/microsoft-identity-web/pull/3649) for details.
6
+
7
+
### Bug fixes
8
+
-**Fixed tenant not being propagated in credential FIC acquisition**. See [#3633](https://github.com/AzureAD/microsoft-identity-web/pull/3633) for details.
9
+
-**Fixed `ForAgentIdentity` hardcoded 'AzureAd' `ConfigurationSection` to respect `AuthenticationOptionsName`**. See [#3635](https://github.com/AzureAD/microsoft-identity-web/pull/3635) for details.
10
+
-**Fixed `GetTokenAcquirer` to propagate `MicrosoftEntraApplicationOptions` properties**. See [#3651](https://github.com/AzureAD/microsoft-identity-web/pull/3651) for details.
11
+
-**Added meaningful error message when identity configuration is missing**. See [#3637](https://github.com/AzureAD/microsoft-identity-web/pull/3637) for details.
12
+
13
+
### Dependencies updates
14
+
- Update Microsoft.Identity.Abstractions to version 10.0.0.
15
+
- Bump express from 5.1.0 to 5.2.0 in /tests/DevApps/SidecarAdapter/typescript. [#3636](https://github.com/AzureAD/microsoft-identity-web/pull/3636)
16
+
- Bump jws from 3.2.2 to 3.2.3 in /tests/DevApps/SidecarAdapter/typescript. [#3641](https://github.com/AzureAD/microsoft-identity-web/pull/3641)
17
+
18
+
### Fundamentals
19
+
- Update support policy. [#3656](https://github.com/AzureAD/microsoft-identity-web/pull/3656)
20
+
- Update agent identity coordinates in E2E tests after deauth. [#3640](https://github.com/AzureAD/microsoft-identity-web/pull/3640)
21
+
- Update E2E agent identity configuration to new tenant. [#3646](https://github.com/AzureAD/microsoft-identity-web/pull/3646)
0 commit comments