Successfully Signing Out of Azure AD Web Applications in MVC with OAuth2 and OWIN
According to the Microsoft documentation and many posts on Stack Overflow, MSDN and elsewhere, the procedure to sign a user out of an Azure AD web application is very simple. Just call the SignOut method in the OWIN context, pass in a return URL if desired, specify the authentication types, and it’s all supposed to […]