Skip to content

IdM as a source for user master data in ROI iAM

Prerequisite

  • The installation steps of the IdM accelerator must be completed.
  • The IdM landscape has a source system configuration in ROI iAM.

Conditions

  • All entries of type MX_PERSON with entry state 0 (Active) and 1 (Inactive) will be retrieved.
  • The MSKEYVALUE of the entry must not contain spaces.
  • Users must have the MX_FIRSTNAME and MX_LASTNAME attributes populated.
  • The entries must belong to the identity store specified below in step 1.

Steps

  1. Populate the main identity store in a package constant

    • Go to the com.roiable.roiam.hub package in the Admin UI and specify the main identity store in the MAIN_ID_STORE package constant.
  2. Configure the IdM Form for the attributes

    INFO Before ROI iAM reads users' master data, a UI form must specify the attributes used when the operation is invoked by ROI iAM. There are no special conditions for the attribute types.

    • Specify all attributes either in the default ROIAM_FORM_USERS_MD_LOAD form of the com.roiable.roiam.forms package or in a custom form, regardless of where it is located.
    • Get the GUID of the configured UI form that will store the attributes and populate the ROIAM_USER_MASTER_DATA_FORM package constant of com.roiable.roiam.forms in the IdM Admin UI with it.