NotAuthroized Does Not Work With Windows Authentication Blazor 8 #53100
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
Is there an existing issue for this?
Describe the bug
Hi
I am using Balzo 8 with Server / Per Page / Per Component and I cannot get the "NotAuthorized" tag to work.
Routes.razor
Weather.razor
Program.cs
Am I missing something? When I go to the Weather Page, I get 403 Forbidden with none of my layout. I was expecting to see "Not Authorized"
I created a Blazor 6 application with the Windows Authentication template and compared, but I am not sure what I am missing.
I also see when I use the Individual Identity it has the "NotAuthorized" and it seems to work.
Expected Behavior
To see my message I written in the NotAuthorized Tag.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
Net 8
Anything else?
No response
The text was updated successfully, but these errors were encountered: