Skip to content

1.25.1

Compare
Choose a tag to compare
@jennyf19 jennyf19 released this 23 Jun 02:32
· 690 commits to master since this release
abc8e6f

1.25.1

New Features:

Microsoft.Identity.Web now surfaces the Microsoft.IdentityModel. logs via the IIdentityLogger*. Developers will see an increase in logging, with insight into the request validation logs, especially for web APIs. See issue #1730 for details.

Bug Fixes:

Regression fix where AddMicrosoftIdentityUserAuthenticationHandler needs a scoped service, not a singleton. See issue #1757 for details.