Optional: Configuring SSO logout between Business Automation Navigator and IAM

You can configure Business Automation Navigator to enable the SSO logout to use the Navigator route instead of the default Cloud Pak Platform UI (Zen) URL.

Procedure

Change the log out URL to use IAM.

  1. Fetch the log out URL by using the following command.
    echo https://$(oc get route -n ibm-common-services | grep cp-console | awk '{print $2}')/idprovider/v1/auth/logout
  2. Log in to Business Automation Navigator with the admin user.
  3. Go to Settings in the sidebar.
  4. In the General tab, change the value of the SSO Log out URL to the output from the oc get route command.