Hi,
I am using the Oracle IDCS REST API with authentication via the authorization code flow. For logout, I am calling the /oauth2/v1/userlogout
API.
The problem I am facing is when I try to log in with a different user in the same browser session after logout, I get an error message saying:
“The credentials that you entered don’t match the existing user session.”
Has anyone experienced this issue before? Is there a recommended way to properly clear the user session or handle logout so that different users can log in from the same browser without conflicts?
Thanks in advance for your help!