From 5f6fee6faf0cf6c6c8cc79da7b707764ea721d17 Mon Sep 17 00:00:00 2001 From: Jennyf19 Date: Fri, 3 Jun 2022 10:17:10 -0700 Subject: [PATCH] changelog for 1.25 --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 79f53c6b1..c38b47cd0 100644 --- a/changelog.md +++ b/changelog.md @@ -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: