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).
- Go to the namespace for the operator.
- 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.
- Log in to Business
Automation Navigator with the admin
user.
- Go to Settings in the sidebar.
- 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.