Hello,
I have create a Blazor server project with Windows Authentication. I have a Logout button in the corner right, I want when I press button the variable @Security.User?.Name take "Anonymous" value and Forcing the popup Reauthentication in Windows Authentication.
thank you in advance,