Securing OracleAS Discoverer 10g

Securing OracleAS Discoverer 10 g

The examples we have walked through up to this point allow anyone with access to the URL that begins execution of Discoverer Plus to create, modify, and delete Discoverer Workbooks and Worksheets. Limiting unauthorized access to Discoverer Plus and Discoverer Viewer by validating users through Oracle s Single Sign-On mechanism is a relatively simple process, but it requires modification of an Apache configuration file on the server. In the $ORACLE_HOME/Apache/Apache/conf directory, a file named mod_osso.conf needs the following modifications (back up the file before modifying it):

  1. Open the file mod_osso.conf file located on the middle tier .

  2. Find the following line: # # Insert Protected Resources: .................

  3. Add the following lines immediately after the line mentioned in step 2:

     <Location /discoverer/plus> require valid-user AuthType Basic </Location> <Location /discoverer/viewer> Header unset Pragma OssoSendCacheHeaders off require valid-user AuthType Basic </Location> 


Oracle Application Server 10g Web Development
Oracle Application Server 10g Web Development (Oracle Press)
ISBN: 0072255110
EAN: 2147483647
Year: 2004
Pages: 192

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net