Sign out identityserver4 with identityserver3 library in mvc client
问题 I have a IdentityServer4 authentication server. I also have an ASP.NET MVC (.Net Framework 4.6) web client. I'm trying to sign out the user, using Request.GetOwinContext().Authentication.SignOut(); It is then redirected to the authentication server account/logout view saying - You are now logged out. Click here to return to the client application. After clicking the logout redirect, I am redirected to my page where I can click sign-in again. After clicking sign-in, i am automatically signed