Deploying
Oracle Identity Governance on Oracle Cloud Infrastructure
Before You Begin
This 15-minute tutorial shows you how to deploy Oracle Identity
Governance application on Oracle Cloud Infrastructure.
Background
Oracle Identity Governance application available on the Oracle
Cloud Infrastructure Marketplace allows you to quickly deploy an
instance of Oracle Identity Governance.
What Do You Need?
An Oracle Cloud compute instance
SSH key pair generated in OpenSSH format
A Linux host for running the idmcli utility
The idmcliutility is also available for Windows
and Mac platforms. This tutorial covers running the idmcli
utility on Linux.
Creating
an Oracle Cloud Infrastructure Compute Instance with Oracle
Identity Governance Image
Launch your browser and navigate to the OCI Marketplace at
https://cloudmarketplace.oracle.com/marketplace/oci
In the Applications tab, in the search
box, enter identity management and click Go.
In the Search Results page, click Oracle
Identity Management. The Oracle Identity Management
application listing page is displayed.
Description of
the illustration
Read the Usage Information and then, click Get App.
In the Select OCI Region drop-down, select
the OCI region where your compute instance is setup and then,
click Sign In.
On the Sign In page, select your cloud
tenant, enter the user name and password
and then, click Sign In.
On the Oracle Identity Management app details page, select
the Compartment to which you want to deploy
the application.
Select I have reviewed and accept the Oracle
Standard Terms and Restrictions and then, click Launch
Instance.
In the Create Compute Instance page, enter
a name for the instance.
Select the Availability Domain.
Select the Instance Type. In this case,
select Virtual Machine.
Under the Instance Shape section, click Change
Shape.
In the Browse All Shapes dialog box,
select VM.Standard2.2 and then, click Select
Shape.
In the Configure networking section,
select the Virtual cloud network compartment,
Virtual cloud network, Subnet
compartment, and the Subnet for
the instance.
In the Add SSH key section, select Choose SSH key
file and then, click Choose Files.
In the Usage Instructions page, navigate to Configuring OIG
By Using the idmcli utility. Click the link to download idmcli.zip
to your local host.
Extract the contents of the zip file.
Provide the execute permission for the executable file.
chmod +x idmcli
Make a copy of config-template.yaml and name
if config.yaml.
Edit config.yaml and provide the ip address of
the instance and the location of the private SSH key.
Description of the
illustration
Save and close the config.yaml file.
In a Linux terminal run the idmcli command:
./idmcli oig single-node --config ./config.yaml
When prompted for password, enter a password of your choice.
This is a common password used for all of the configuration.
The password must consist of alphanumeric or specific special
characters ($, #, or _). The password cannot begin with a
special character or a number. The utility takes approximately
45minutes to complete.
Launch your browser and navigate to the Oracle Identity
Governance System Administration console. The secure url for
the OIG System Administration console is of the format:
https://<ip address of the instance>:14003/sysadmin
Launch your browser and navigate to the Oracle Identity
Governance Self-Service console. The secure url for the OIG
Self-Service console is of the format:
https://<ip address of the instance>:14003/identity