I created a Visual Studio project from the Blazor WebAssembly App template, with Authentication type enabled (set to something else than "Anonymous"). Without any modifications, running the application I get message in the console:
info: Microsoft.AspNetCore.Authorization.DefaultAuthorizationService[2]
Authorization failed. These requirements were not met:
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
Yes, I am not logged in, but should I see that there is a component that is expecting an authenticated user? Is this log message by design?