Skip to content

Commit

Permalink
2.19.0 changelog (#2863)
Browse files Browse the repository at this point in the history
* 2.19.0 changelog

* Update changelog.md
  • Loading branch information
jennyf19 committed May 28, 2024
1 parent bffcc2a commit f0a7df8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
2.19.0
=========
- Updated to Microsoft.IdentityModel.* 7.6.0

### New features
- Id Web now provides a `.WithUser()` modifier to the Microsoft Graph queries (like `WithAppOnly()`). See issue [#2855](https://github.com/AzureAD/microsoft-identity-web/issues/2855) for details.
- Id Web now provides a base class for implementing a custom `IAuthorizationHeaderProvider`. See issue [#2856](https://github.com/AzureAD/microsoft-identity-web/issues/2856) for details.

### Bug fixes
- Id Web now processes the extra query parameters when included as part of the authority. See issue [#2697](https://github.com/AzureAD/microsoft-identity-web/issues/2697) for details.

2.18.2
=========
### New feature
Expand Down

0 comments on commit f0a7df8

Please sign in to comment.