Click Devices > Identity Servers > Servers > Edit > Liberty or SAML 2.0 > Identity Provider > Options.
Select Enable Front Channel Logout. When selected, a service provider initiates a logout at the identity provider by using the HTTP Redirect method.
Configure front channel logout for Access Gateway initiated logout:
Click Devices > Access Gateways > Edit > Reverse Proxy /Authentication > ESP Global Options.
Remove the pound (#) symbol before forceESPSLOHTTP and set its value as true.
Restart Tomcat by running the /etc/init.d/novell-idp restart command.
For the Docker deployment, perform the following steps:
Run the kubectl get pods command to view the Access Manager pods.
Go to the Identity Server pod by running the kubectl exec --namespace <name-of-the-namespace> -it pod/<name-of-the-identity-server-pod> -- sh command.
Run the /etc/init.d/novell-idp restart or systemctl restart novell-idp.service command.