Configuring the reverse proxy module in OHS

For WebLogic Server, you need to update the file mod_wl_ohs.conf to add the logout configuration for SSO.

Here is an example of the file with the /bdd/oam_logout_success section added:

LoadModule weblogic_module   "${ORACLE_HOME}/ohs/modules/mod_wl_ohs.so"
<IfModule weblogic_module>
      WebLogicHost hostName
      WebLogicPort portNumber
</IfModule>

<Location /bdd/oam_logout_success>
      PathTrim /bdd/oam_logout_success
      PathPrepend /bdd/c/portal
      DefaultFileName logout
      SetHandler weblogic-handler
</Location>

<Location />
      SetHandler weblogic-handler
</Location>

The /bdd/oam_logout_success Location configuration is special for Big Data Discovery. It redirects the default Webgate Logout Callback URL (/bdd/oam_logout_success) to an application tier logout within Big Data Discovery. With this configuration, when users sign out of SSO from another application, it is reflected in Big Data Discovery.