Add a Logout Action

You can add the Logout action to any page component to launch the logout mechanism that enables your users to sign out of an application.

To add a logout action to an action chain:
  1. Open the Actions editor for the page.
  2. Click the action chain in the list to open it in the Action Chain editor.
  3. Drag the Logout action from the Actions palette into the action chain. You can drag the action onto the Add icon ( Add icon ) in the action chain, or between existing actions in the chain. The Properties pane opens when you add the action to the chain:
  4. Update the ID field in the Properties pane to make the action more easily identifiable.
  5. If you're using an external identity provider, enter the provider's logout endpoint URL in the Logout URL field, something like https:***/oam/server/logout?end_url=https://****/oamwebsso/logout-success.jsp.

    If you're using IDCS for user authentication, you don't need to specify the logout URL. In this case, the URL defined by the default Security Provider configuration is used. After the user is logged out, the application continues to the default page of the application.

    For more information, see Logout Action in the Oracle Visual Builder Page Model Reference.