❔ <AuthorizeView> not working
I am currently making a Blazor Server App with a Custom Authentication. I can give my current user roles but then cannot use the AuthorizeView attribute.
More info here: https://stackoverflow.com/questions/75855206/authorizeview-not-woking-in-blazor-server-app
Stack Overflow
not woking in blazor server app
I have a Blazor Server app with a Custom AuthenticationStateProvider. I can add Claims to my current user but when I try using the component, it just doesn't show up.
My Program.cs File:
builder.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.