On my ASP.NET WebForm, when I log out I call the following: Context.GetOwinContext().Authentication.SignOut(CookieAuthenticationDefaults.AuthenticationType);
This successfully signs me out of my web form but it does not log me out of Okta so when the page refreshes, I am reauthenticated and logged back into my webform. It is my understanding that the above Signout is supposed to log me out of Okta. Is that not accurate?