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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,19 @@
1
+
2.20.0
2
+
=========
3
+
- Updated to Microsoft.Identity.Abstractions 6.0.0 which adds one method to `IAuthorizationHeaderProvider`
4
+
5
+
### New features
6
+
- Implements the updated `IAuthorizationHeaderProvider` interface (the new method CreateAuthorizationHeaderForAppAsync). See issue [#2907](https://github.com/AzureAD/microsoft-identity-web/issues/2907)
7
+
- If a IMsalHttpClientFactory is added to the service collection, it's not used by IdWeb token acquisition. See issue [#2911](https://github.com/AzureAD/microsoft-identity-web/issues/2911)
8
+
This will be use to enable some IPv6 scenarios.
9
+
10
+
### Bug fixes
11
+
- Fix metadata address creation when using AddMicrosoftIdentityWebApp. See issue [#2752](https://github.com/AzureAD/microsoft-identity-web/issues/2752)
12
+
- Use MSAL.NET instead of DefaultAzureCredential for Federation identity credentials scenario. See [2894](https://github.com/AzureAD/microsoft-identity-web/pull/2894)
0 commit comments