How To Provide "Redirect-URL" after logout action ?
Summary:
Unable to Login to same application after Logout action.
Content (required):
The logout button in my application(status:live) triggers an action chain that calls the logout action component. This component is configured with a Logout URL, as follows:
https://<unique_idcs_identifier>.identity.oraclecloud.com/oauth2/v1/userlogout
When the button is clicked, the user is successfully logged out and redirected to the IDCS login screen. However, when the user re-enters their credentials, they are not redirected back to the original application but instead are directed to an IDCS My Apps page.
However, if the user opens the application URL from their bookmarks, they are able to access the application without being asked to sign in again.
0