My MVC site is using integrated authentication, and we had a request to allow users to sing in as another user, like in sharepoint.
This has proved to be difficult...
I've tried to send a 401 or 403 response, but the browser won't display the login popup and the user will continue to be loged in. (Fidler and firebug tell me that the response code is received)
How can I clear the credentials for the user, so he/she can provide another user/password?