Tuesday 31 March 2015

Integrated Windows Authentication Log Out

It turns out that it's sort of possible to log out from Integrated Windows Authentication:

document.execCommand("ClearAuthenticationCache")

A few problems though:
  1. It only works with IE
  2. It will log you out of all websites in IE
The latter tends to annoy users no end, but I don't really know why