Friday, February 21, 2014

SSL for OIMClient

Version: Oracle Identity Manager 11g
Description: This will show you how to SSL for OIMClient on a stand alone Java application.

Prerequisite:

1. Ensure SSL listen Port for OIM is enabled.
  • Log into WebLogic Administration console.
  • Navigate to Servers -> OIM_SERVER.
  • Check mark SSL Listen Port Enabled and restart OIM server.
2. Include "webserviceclient+ssl.jar" and  "cryptoj.jar" in your project class path.

3. Execute the java application with the following jvm argument:
  • -Dweblogic.security.SSL.trustedCAKeyStore= {Demo Trust Keystore}
In WebLogic Administration console, navigate to Servers -> OIM_SERVER -> Keystores to see the location of your Demo Trust Keystore
E.g. /home/oracle/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks

Friday, February 14, 2014

Configure Design Console to Use SSL

Version: Oracle Identity Manager 11g
Description: This post will show you how to setup SSL for designconsole.
Prerequisite:  Ensure SSL listen Port for OIM is enabled.

1. Log into WebLogic Administration console.
2. Navigate to Servers -> OIM_SERVER.
3. Check mark SSL Listen Port Enabled and restart OIM server.

Sunday, February 2, 2014

Import and Export Metadata using EM Console

Version: Oracle Identity Manager 11g R2
Description: The Enterprise Manager (EM) console has tools that allow you to import and export MDS files. The out-of-the-box import and export scripts, namely "weblogicExportMetadata", "weblogicImportMetadata", and " weblogic.properties", located in "$MW_HOME/Oracle_IDM1/server/bin" have been deprecated. An example is given here to show you how to use the EM import and export utilities.

Monday, January 27, 2014

Modify OIM11gR2 Session Timeout

Version: Oracle Identity Manager 11g R2
Description: This guide will show you how to increase or decrease session timeout  for the Identity Self Service and Identity System Administration pages.

Thursday, January 23, 2014

OIM Diagnostic Dashboard

Version: Oracle Identity Manager 11g R2
Description: This guide will show how to install the Oracle Identity Diagnostic Dashboard. The Oracle Identity Manager Diagnostic Dashboard is a standalone web application that allows you to validate your OIM installation and  configurations. Several validations include provisioning and reconciliation for some connectors , database connectivity, and target system SSL trust verification. Refer to "Working with the Diagnostic Dashboard" section in "Oracle® Fusion Middleware Administrator's Guide for Oracle Identity Manager" for more information.

Saturday, January 11, 2014

Cloning a Connector

Version: Oracle Identity Manager 11g R2
Description: Oracle Identity Manager has a built-in utility that allows you to clone a connector. This utility generates an XML file containing all the artifacts of the initial state of a connector. If you've made modifications to a connector such as adding new reconciliation and process form fields, they will
not be included. After generating the XML, use the "Import Deployment Manager" to import the XML to your OIM instance. ODSEE/OUD/LDAPV3 Connector, which is part of OID-11.1.1.6.0 connector bundle, is used an example.

Side Notes:
There is a minor issue with the clone utility. The scheduled jobs of the cloned connector will override the scheduled jobs of the original connector. A work around is to modify the XML and change the value of the name attribute in each of the Job tag.

You may run into a case where importing the cloned connector fails. The "Import Deployment Manager" does not have rollbacks, which means changes are made even on failures. If you receive an error, you can re-import the XML since the  "Import Deployment Manager" overrides the existing changes (Process forms are the exception).

Tuesday, January 7, 2014

BI Publisher 11.1.1.6.0 Software Installation

Prerequisites:  Linux environment setup and Oracle Database 11g

Description: This guide will show you how to install BI Publisher 11.1.1.6.0 on a Linux 64 bit environment. Here is an overview of the "Software Only" type installation path:
  1. Install Java. 
  2. Install WebLogic 10.3.6.
  3. Create BI Publisher schemas with Repository Creation Utility 11.1.1.6.0.
  4. Install BI Publisher.
  5. Configure BI Publisher.
Downloads: You can download BI Publisher 11.1.1.6.0 here. The others can be downloaded from Oracle Software Delivery Cloud. You may use a different version of Java as long as the Business Intelligence Suite 11.1.1.6.0 certification matrix is fulfilled.
  1. Java (jdk-7u45-linux-x64.gz)
  2. WebLogic 10.3.6 (V29856-01.zip)
  3. RCU 11.1.1.1.6.0 (V29674-01.zip)
  4. BI Publisher
    • bi_linux_x86_111160_64_disk1_1of2.zip
    • bi_linux_x86_111160_64_disk1_2of2.zip
    • bi_linux_x86_111160_64_disk2_1of2.zip
    • bi_linux_x86_111160_64_disk2_2of2.zip
    • bi_linux_x86_111160_64_disk3.zip
ReferencesBI Publisher Documentation Library