Skip to content

Commit

Permalink
Update changelog.md (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur authored Jun 27, 2024
1 parent dfc26f1 commit fc0b280
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.20.0
=========
- Updated to Microsoft.Identity.Abstractions 6.0.0 which adds one method to `IAuthorizationHeaderProvider`

### New features
- Implements the updated `IAuthorizationHeaderProvider` interface (the new method CreateAuthorizationHeaderForAppAsync). See issue [#2907](https:/AzureAD/microsoft-identity-web/issues/2907)
- If a IMsalHttpClientFactory is added to the service collection, it's not used by IdWeb token acquisition. See issue [#2911](https:/AzureAD/microsoft-identity-web/issues/2911)
This will be use to enable some IPv6 scenarios.

### Bug fixes
- Fix metadata address creation when using AddMicrosoftIdentityWebApp. See issue [#2752](https:/AzureAD/microsoft-identity-web/issues/2752)
- Use MSAL.NET instead of DefaultAzureCredential for Federation identity credentials scenario. See [2894](https:/AzureAD/microsoft-identity-web/pull/2894)

### Fundamentals
- Updating Lab Api to 0.13.3

2.19.1
=========
- Updated MSAL .Net to 4.61.3
Expand Down

0 comments on commit fc0b280

Please sign in to comment.