1.5.0
1.5.0
New Features:
Microsoft Identity Web templates now include a project template for gRPC. See issue 628 for details.
Microsoft.Identity.Web now helps writing Azure Functions protected with Azure AD or Azure AD B2C. See issue #878.
The Microsoft Identity Web B2C templates now use the recommended .b2clogin.com
instead of login.microsoftonline.com
by default. See issue #792 for details.
Bug Fixes:
In a Blazor server application, when the client app requests consent for the web API, the call would result in an infinite loop. The consent screen is now correctly displayed. See issue #847 for details.