Add Account/AccessDenied endpoint to blazor web template #52167
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
feature-templates
Milestone
This was reported by a customer at https://devblogs.microsoft.com/dotnet/announcing-asp-net-core-in-dotnet-8/comment-page-2/#comment-20005
This is an oversight. "/Account/AccessDenied" is the default
CookieAuthenticationOptions.AccessDeniedPath
which is is used by our template, and is part of the Identity UI razor pages.The text was updated successfully, but these errors were encountered: