Creating mod_osso.conf

Create mod_osso.conf on the Oracle HTTP Server that front-ends the EPM System web server.

  To create mod_osso.conf:

  1. Using a text editor, create a file.

  2. 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
  3. 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>
    
  4. Save the file as mod_osso.conf.