For Tomcat, the reverse proxy configuration consists of a tomcat-proxy.conf file that contains the reverse proxy settings.
To configure the reverse proxy for Tomcat:
ProxyPass /oberr.cgi ! ProxyPass /oam_logout_success http://hostName:tomcatPort/c/portal/logout ProxyPassReverse /oam_logout_success http://hostName:tomcatPort/c/portal/logout ProxyPass / http://hostName:tomcatPort/ ProxyPassReverse / http://hostName:tomcatPort/
The /oam_logout_success proxy rule redirects this request (after the Webgate handles it) to Studio's logout URL. With this configuration, when users sign out of SSO from another application, it is reflected in Studio.
bin/opmnctl restartproc
You should be forwarded to Studio.