Update SSO Exclusion List

If SSO is enabled, exclude the following URLs from SSO:

  • http://<host>:<port>/xmlpserver/services/v2/ScheduleService where the name attribute is set to SchedulingService
  • http://<host>:<port>/xmlpserver/services/v2/SecurityService where the name attribute is set to SecurityService
  • http://<host>:<port>/xmlpserver/services/v2/ReportService where the name attribute is set to ReportService

If Oracle Access Manager is the SSO being used, perform the following configuration:

  1. Add excluded resource (/xmlpserver/services and /xmlpserver/report_service) on Oracle Access Manager Server for the Oracle Business Intelligence Enterprise Edition/Oracle Business Intelligence Publisher server application domain.
    Resource added for server application domain
  2. Copy mod_osso.conf from the disabled directory to the moduleconf directory for editing. For example:

    From: ORACLE_INSTANCE/config/OHS/<ohs_name>/disabled/mod_osso.conf

    To: ORACLE_INSTANCE/config/OHS/<ohs_name>/moduleconf/

  3. Add the following Web services in the mod_osso.conf file:
    <Location /xmlpserver/services/>
    require valid-user
    AuthType Basic
    Allow from All
    Satisfy any
    </Location>
    
  4. Save the file and restart OHS Service.