I have a blazor server side app with windows authentication. How can I programmatically prevent the browser, caching the logged in user’s credentials?
I need this therefore because I want to force the browser to ask the credentials each time user enters my web app.