- Install the Oracle database 11g.
- Run the RCU version 11.1.2.2 to create the schema in the database.
- Install Weblogic 10.3.6. Create a Middleware Home.
- Download the installation media for IAM 11.1.2.2 and unzip. Run runInstaller command to install the Oracle IAM home in the middleware.
- Run config.sh from
IAM_HOME
\common\bin\
to configure the OAM. - Run ./psa command to patch the OPSS schema from MW_Home/oracle_common/bin directory. Note: Only update OPSS schema. Do not select any other schema while running patch assistant.
- Configure the database security store by running the below command: <MW_HOME>/oracle_common/common/bin/wlst.sh <IAM_HOME>/common/tools/configureSecurityStore.py -d <MW_Home>/user_projects/domains/base_domain -c IAM -p welcome1 -m create
- Start the servers.
Login to Sysadmin console and create a Sandbox and activate it. Click on Form Designer and search for user form. 2. Create a new field of desired type. 3. Provide the Required Values for UDF creation and click save and close. UDF field will be added then publish the sand box. 4. Login to Identity console now and create another sandbox and activate it. After sandbox is activated click on users link and the click on create user. 5. Provide the mandatory values on the form and then click the customize button on top. Select source from the view. 6. Select the panel where the field has to be added. Select panel form lay out click add content. Select Data component Catalog from the box. 7. Select UserVO from the bottom. ...
Comments
Post a Comment