I am trying to close current user on Logout from my OIDC web application. For that, I am trying to test the given api to close the current session however, always receive the same “NOT FOUND” response
I have tried Clear User Session or Clear session api call also but no success in that also.
//
As I am not able clear out the browser session that results always giving me the “TRUE” flag when I check below
– HttpContext.Current.GetOwinContext().Authentication.User.Identity.IsAuthenticated
//
This endpoint is meant to be used within the browser via a CORS/Fetch request. Its reliant on being able to access/see the user’s Okta session cookie as set in the browser when they logged into Okta.