-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
Using v4.2.3, we are unable to logout a user using these:
Request.GetOwinContext().Authentication.SignOut();
Request.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ApplicationCookie);
Request.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ExternalCookie);
HttpContext.GetOwinContext().Authentication.SignOut(DefaultAuthenticationTypes.ApplicationCookie, DefaultAuthenticationTypes.ExternalCookie);
With 4.2.2 there is no issue logging out.
Metadata
Metadata
Assignees
Labels
No labels