Create mod_osso.conf on the Oracle HTTP Server that front-ends the EPM System web server.
To create mod_osso.conf:
Copy the following content into the file and modify it for your environment.
LoadModule osso_module C:/Oracle/Middleware/ohs/ohs/modules/mod_osso.so <IfModule mod_osso.c> OssoIpCheck off OssoIdleTimeout off OssoSecureCookies off OssoConfigFile C:/Oracle/Middleware/user_projects/epmsystem1/httpConfig/ ohs/config/OHS/ohs_component/osso/osso.conf
Within the <IfModule mod_osso.c definition, include location definitions similar to the following to identify each resource that you plan to protect using OSSO.
<Location /interop/> require valid user AuthType Osso </Location> </IfModule>