Skip to content

Commit fc0b280

Browse files
authored
Update changelog.md (#2915)
1 parent dfc26f1 commit fc0b280

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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)
13+
14+
### Fundamentals
15+
- Updating Lab Api to 0.13.3
16+
117
2.19.1
218
=========
319
- Updated MSAL .Net to 4.61.3

0 commit comments

Comments
 (0)