Installation and Upgrade Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Post-Installation Tasks

This chapter contains information on the following post-installation tasks:

 


IIS Virtual Directory Settings

To edit virtual directory time-out and security settings:

  1. Open Internet Information Services.
  2. Expand the IIS hierarchy as necessary, right-click the adaws virtual directory, and select Properties.
  3. In the Properties dialog box, click Configuration.
  4. In the Application Configuration dialog box, click the Options tab. The ASP Script timeout can be left at the default of 90 seconds.
  5. The Session timeout should be set to the same value as the timeout value specified in the web.config file. See Editing the Web.config File for more information.

    For synchronizations of large user directories, a timeout between 120 and 240 minutes is recommended.

  6. Return to the Properties dialog box and click the Directory Security tab to edit anonymous access and authentication control. The account used for anonymous access can be either a local or domain user, but in most circumstances the local user IUSR is recommended.
  7. When you are done, close the Properties dialog box.

 


Windows Installation Directory Settings

The Windows installation directory settings are located in <install_dir>\ptadaws\10.3.0\webapp\adaws (for example, C:\bea\alui\ptadaws\10.3.0\webapp\adaws).

The following security settings are the minimum requirements needed for Oracle WebCenter Interaction Identity Service for Active Directory and logging to work correctly:

 


Registering the Oracle WebCenter Interaction Identity Service for Active Directory in the Portal

After completing installation, you must register the Oracle WebCenter Interaction Identity Service for Active Directory in the portal. To register the Oracle WebCenter Interaction Identity Service for Active Directory in the portal, perform the following steps:

  1. Import the Active Directory Migration Package.
  2. Create a Remote Authentication Source.
  3. Create a Remote Profile Source.

Import the Active Directory Migration Package

To import the Oracle WebCenter Interaction Identity Service for Active Directory migration package (pte) into the portal:

  1. Log on to the portal as a user with administrative rights.
  2. Click Administration.
  3. In the Select Utility menu, click Migration-Import.
  4. On the Package Settings page, leave File Path selected and click Browse to locate the pte file (for example, C:\bea\alui\ptadaws\10.3.0\serverpackages\IdentityService-ActiveDirectory.pte).
  5. Click Load Package.
  6. Click Finish.

New portal objects are imported into the Active Directory folder.

Create a Remote Authentication Source

After importing the pte file, you must create an authentication source:

  1. In the Administrative Object Directory, open the Active Directory folder.
  2. In the Create Object menu, click Authentication Source - Remote.
  3. In the Choose Web Service dialog box, select Active Directory (the Web service created during import), and click OK.
  4. On the Remote Active Directory Agent Configuration page, fill out the information specific to your Active Directory server. For more information, refer to online help.
  5. Create a job to run your authentication source:
    1. Open an administrative folder.
    2. In the Create Object menu, click Job.
    3. Complete the Job Editor. For more information, refer to online help.

Create a Remote Profile Source

After importing the pte file and creating a remote authentication source, you must create a remote profile source:

  1. In the Administrative Object Directory, open the Active Directory folder.
  2. In the Create Object menu, click Profile Source - Remote.
  3. In the Choose Web Service dialog box, select Active Directory (2) (the Web service created during import), and click OK.
  4. On the Remote Active Directory Configuration page, fill out the information specific to your Active Directory server. For more information, refer to online help.
  5. Create a job to run your profile source:
    1. Open an administrative folder.
    2. In the Create Object menu, click Job.
    3. Complete the Job Editor. For more information, refer to online help.

  Back to Top       Previous  Next