Skip to content

1.25.0

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 04 Jun 00:01
· 689 commits to master since this release
34cfae8

1.25.0

New Features:

Microsoft.Identity.Web now supports checking for scopes or app permissions, via the RequestedScopeOrAppPermissionAttribute. See issue #1641 for details.
Extend TokenAcquisitionTokenCredential concept to support tokens as app. See issue #1723 for details.

Bug Fixes:

IJwtBearerMiddlewareDiagnostics is now transient and not a singleton. See issue #1710 for details.
In web API scenario, use the tid claim of the incoming assertion, unless overridden. See issue #1738 for details.