Source for identity master data in ROI iAM
Prerequisites
- The installation steps of the ROIABLE IdM accelerator must be completed.
- The SAP IdM landscape has a source system configuration in ROI iAM.
Conditions
- All entries of type
MX_PERSONwith entry state0(Active) and1(Inactive) will be retrieved. - The
MSKEYVALUEof the entry must not contain spaces. - Users must have the
MX_FIRSTNAMEandMX_LASTNAMEattributes populated. - The entries must belong to the identity store specified in step 1 below.
Steps
Populate the main identity store in a package constant
- Go to the
com.roiable.roiam.hubpackage in the Admin UI and specify the main identity store in theMAIN_ID_STOREpackage constant.
- Go to the
Configure the SAP 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_LOADform of thecom.roiable.roiam.formspackage, or in a custom form regardless of its location. - Get the GUID of the configured UI form that will store the attributes, and populate the
ROIAM_USER_MASTER_DATA_FORMpackage constant ofcom.roiable.roiam.formsin the SAP IdM Admin UI with it.
- Specify all attributes either in the default