Configuring SSO log out between Business Automation Navigator and Platform UI (Zen)

You can configure Business Automation Navigator to enable the SSO log out.

Before you begin

Configuring SSO for Business Automation Navigator and Zen requires the following prerequisite steps:
  1. Deploying the navigator-sso image as your Business Automation Navigator deployment image.
  2. Configuring Business Automation Navigator.

Procedure

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.