Hi all. I'm using Owin authentication on a MVC 5 web site. I'd like to signout some users (retrieved from a list) from ad admin account, but if I call HttpContext.GetOwinContext().Authentication.SignOut() I can disconnect current user.
Any suggestion?
Go to the complete details ...