Oracle

#Oracle #OIF controlling the authentication method #SAML #IDM

I am working with a client today who has Oracle Identity Federation (OIF) 11g configured with Oracle Access Manager (OAM) 10g as the default Authentication Engine.  With this configuration the authentication module is dictated by the OAM policy configuration.  If you set the OAM policy (the policy that protects the /fed/user/authnoam resource) to IWA then …

#Oracle #OIF controlling the authentication method #SAML #IDM Read More »

Using sed to clean up an LDIF file for import #Oracle #Identity #UNIX

I needed to import a group of users, into Oracle Internet Directory (OID) with attributes in a variety of backend data stores. I used Oracle Virtual Directory to virtualize the data stores into a single ldap view. I used the OVD adapter configuration to specify which attributes I wanted returned. I then exported using the …

Using sed to clean up an LDIF file for import #Oracle #Identity #UNIX Read More »

Troubleshooting errors starting #OID #11g #Oracle #Identity #LDAP

I have an Oracle Identity 11g environment running on VirtualBox 4.0. This is a development environment that I use to test out various installations and configurations. I noticed the other day that I wasn’t able to start the Oracle Internet Directory (OID) instance. When I checked the log file I can see that I am …

Troubleshooting errors starting #OID #11g #Oracle #Identity #LDAP Read More »

Bash Script to set up Oracle Identity Environment on Linux

#!/bin/bash ############################################################# # Created on: 2/17/09 # Last Updated: 07/09/09 # Version 2.1.6 ############################################################# #clear the screen clear #check for root user (this script must be run as root) if [[ $EUID -ne 0 ]]; then echo “This script must be run as root” 1>&2 exit 1 fi # Confirm Start of Installation echo -n …

Bash Script to set up Oracle Identity Environment on Linux Read More »

Scroll to Top