Hi, I have have a React JS and implemented Flask as server-side authentication using Okta.
I am having trouble with signing out. My Company Okta admin has mentioned the following,
" Okta shouldn’t be the one that directs user’s on log out
When you press signout or logout within the application
The Application should re-direct the user"
I have this code, but it is not signing the user out. On redirect it just sign’s me directly back in any help would be appreciated.
What type of application is this (namely, is it OIDC?), what session are you looking to revoke (the application session or the Okta session) and are you using any particular libraries to facilitate login/logout?