ORACLE ACCESS MANAGEMENT INSTALLATION AND CONFIGURATION

Oracle Access Management includes components like Oracle Access Manager, Oracle Access Management Security Token Service, Oracle Access Management Identity Federation, Oracle Access Management Mobile and Social.

Following topics in this chapter provides detailed information on installing and configuring Oracle Access Management after installing Oracle Identity and Access Management:

Installing Oracle Access Manager

java –jar fmw_12.2.1.3.0_idm.jar

Installer Prerequisite Setup

Installer Prerequisite Setup

Next >

Installer Prerequisite Setup

Next >

Installer Prerequisite Setup

Select the same Weblogic as in Sec 6.2.1

Installer Prerequisite Setup

Next

Installer Prerequisite Setup

Next >

Installer Prerequisite Setup

Click Install to complete the installation

Running the repository creation utility (RCU)

Run below command

<ORACLE_HOME>/oracle_common/bin

./rcu

Installer Prerequisite Setup

Next >

Installer Prerequisite Setup

Next >

Installer Prerequisite Setup

Provide connection parameter (Oracle 12c DB) > Next

Installer Prerequisite Setup

Installer Prerequisite Setup

Provide prefix > Next

Installer Prerequisite Setup

Installer Prerequisite Setup

Provide passwords > Next

Installer Prerequisite Setup

Click Next > Finish to complete installation of schemas

Configuring Weblogic Domain to use OUDSM and OAM

<Oracle_Home>/oracle_common/common/bin/config.sh

Note: Oracle_Home is the Middleware Home, which is the absolute path where Weblogic Server is installed.

Welcome Screen

The Welcome screen is displayed > Next

Installer Prerequisite Setup

Click Next to continue.

Select Domain Source Screen

Installer Prerequisite Setup

Select options as shown above (Do not uncheck auto selected options) > Next.

Installer Prerequisite Setup

Enter domain password > Next

Installer Prerequisite Setup

Installer Prerequisite Setup

Provide Database details as created by RCU previously (Use same schema prefix) > Get RCU Configuration > Next

Installer Prerequisite Setup

Click Next.

Installer Prerequisite Setup

Click Next.

Installer Prerequisite Setup

Change any ports if required by selecting required options > Next.

Installer Prerequisite Setup

Click Create and then Finish to complete the configuration

Starting servers –

OUD

<ORACLE_HOME>/asinst_1/OUD/bin  ./start-ds

OAM

<Oracle_Home>/user_projects/domains/<OAM_domain>/bin/startWeblogic.sh

<Oracle_Home>/user_projects/domains/<OAM_domain>/bin/startManagedWeblogic.sh oam_server1

Post-Installation Tasks

After installing and configuring Oracle Access Management, the user can perform the following steps:

http://<hostname>:<oam_admin_port>/console

Name : OUDAuthenticator

Type : IPlanetAuthenticator

Control Flag : SUFFICIENT

Property

Value

Host

This is the LDAP Server (OUD) Hostname.

Port

This is the LDAP Server (OUD) Port. For example: 1389.

Principal

This is the AdministratorClosedAdministrator is a set of individuals that administer the applicant/Affiliate entity. For example, Accountants, Authorized Signatories for organizations, Power of Attorney for individuals. Account name. For example: cn=orcladmin

Credential

This is the Administrator Account password.

UserBase DN

This is the OUD user search base

cn=Users, dc=in,dc=oracle,dc=com

GroupBase DN

This is the OUD group search base

cn=Groups, dc=in,dc=oracle,dc=com

<Oracle_Home>/user_projects/domains/<OAM_domain>/bin/startWeblogic.sh
<Oracle_Home>/user_projects/domains/<OAM_domain>/bin/startManagedWeblogic.sh  oam_server1

Verifying the Installation

http://<hostname>:<oam_admin_port>/oamconsole
http://<hostname>:<oamserver_port>/oam/server

When you access this Administration Console running on the Administration Server, you are prompted to enter a user name and password. Note that you must have Administrator's role and privileges.

If the installation and configuration of Oracle Access Management are successful, this console shows the Administration Server in running mode.

Verifying the installation for OUD console

http://<host>:<admin port>/oudsm

Back