Windows Authentication Security

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,

Hi @yoander.cabrera,

Unfortunately I don't think this is possible. Not aware of a way to log out the current windows user from the browser.