I’m getting 400 bad request error when trying to logout my app using the code on the documentation
HttpContext.GetOwinContext().Authentication.SignOut(
CookieAuthenticationDefaults.AuthenticationType,
OktaDefaults.MvcAuthenticationType);
this is the url that’s executing