ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,806 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After adding BlazorWASM authentication and publishing, the site stopped responding and returns the error: "info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.". I registered two applications for backend (api management builded on Azure FunctionApp) and frontend (static web app) in azure active directory and performed all the necessary actions to configure authentication (which are written in the Microsoft documentation