Skip to content

Commit

Permalink
changelog for 1.25 (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 authored Jun 3, 2022
1 parent fdc81a9 commit 3054c96
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.25.0
==========
### New Features:
**Microsoft.Identity.Web now supports checking for scopes or app permissions,** via the `RequestedScopeOrAppPermissionAttribute`. See issue [#1641](https://github.com/AzureAD/microsoft-identity-web/issues/1641) for details.
**Extend TokenAcquisitionTokenCredential concept to support tokens as app**. See issue [#1723](https://github.com/AzureAD/microsoft-identity-web/issues/1723) for details.

### Bug Fixes:
**IJwtBearerMiddlewareDiagnostics is now transient and not a singleton**. See issue [#1710](https://github.com/AzureAD/microsoft-identity-web/issues/1710) for details.
**In web API scenario, use the `tid` claim of the incoming assertion, unless overridden**. See issue [#1738](https://github.com/AzureAD/microsoft-identity-web/issues/1738) for details.

1.24.1
==========
### Bug Fixes:
Expand Down

0 comments on commit 3054c96

Please sign in to comment.