0
balessi75 created
ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi, We are seeing the following repeated many times in our log every time a user logs in. Is this standard behavior? The information doesn't note what requires authentication. Just curious if there is something we should be changing. We are using the default ABP templated logging settings in program.cs
DenyAnonymousAuthorizationRequirement: Requires an authenticated user.
2023-06-25 00:00:10.438 +00:00 [INF] AuthenticationScheme: Identity.Application was challenged.
2023-06-25 00:00:10.438 +00:00 [INF] Request finished HTTP/1.1 GET https://qa.nvisiononline.net/ - - - 302 - - 3.3881ms
2023-06-25 00:00:26.884 +00:00 [INF] Request starting HTTP/1.1 GET https://nvisionweb.azurewebsites.net/ - -
2023-06-25 00:00:26.887 +00:00 [INF] Authorization failed. These requirements were not met:
2 Answer(s)
-
0
Hi,
Yes, this is standard behavior.
For example, there are some setting pages that need to check permissions
-
0
Thanks for confirming @liangshiwei