Configuring SSO logout between Business Automation Navigator and Platform UI (Zen) on OCP

You can configure Business Automation Navigator to enable the SSO logout on OCP.

Procedure

To change the log out URL to use the IBM Cloud Pak® Platform UI (Zen).

  1. Go to the namespace for the operator.
    oc project <NAMESPACE>
  2. Fetch the log out URL by using the following command.
    echo https://$(oc get route -n <NAMESPACE> | grep cpd | awk '{print $2}')/auth/doLogout

    Where <NAMESPACE> is the target namespace.

  3. Log in to Business Automation Navigator with the admin user.
  4. Go to Settings in the sidebar.
  5. In the General tab, change the value of the SSO Log out URL to the output from the oc get route command in step 2.