Under jpsContext name=default add the following: Under serviceInstances, add the following:

15-30 Publishing Reports to the Web with Oracle Reports Services ■ Scalability, through reuse of a single database connection. You can use the pre-11g security mechanism of Oracle Internet Directory integration for authentication without using Oracle Platform Security Services in either of the following ways:

15.12.1 Using Oracle Enterprise Manager

In Oracle Enterprise Manager, select Reports Administration Manage Reports Security Policies to display the Reports Security Policies page.

15.12.2 Using DAS and Editing the Server Configuration File

Step 1. Using Delegated Administration Service DAS To define a user in Oracle Internet Directory: 1. Determine the configuration values of Oracle Internet Directory for application identity store. For example: host:port: stbpo44.oracle.com:3060 user name: cn=orcladmin password: welcome1 2. Use the DAS URL if you want to add new users or use the existing users on Oracle Internet Directory. For example http:stbpo44.oracle.com:7788oiddas Step 2. Configure the standalone Report Server to use the RWSecurity to enable the non-Oracle Platform Security Services way of using Oracle Internet Directory as in 10g Release 2 10.1.2. 1. Navigate to the Reports Server component. 2. Check out rwserver.conf. 3. Enable the RWSecurity element. 4. Make sure that the security id for the job element reflects the security id of the RWSecurity element. 5. Save rwserver.conf. 6. Add the following line in rwservlet.properties: singlesignonnosinglesignon 7. Restart the Reports Server component see Chapter 6, Starting and Stopping Oracle Reports Services . 8. Test authentication using the following URL: http:host:portreportsrwservletshowjobs?server=reports_server_name

15.12.3 Configuring Proxy User Authentication in the Database

You can configure proxy user authentication in the database as follows: 1. Create a proxy user in the database. All clients connecting to the middle tier share this user connection. 2. Run the following: CREATE USER proxy_user1 IDENTIFIED BY welcome1;