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_PERSONwith entry state 0 (Active) and 1 (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 below in step 1.
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 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 where it is located. - 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 IdM Admin UI with it.
- Specify all attributes either in the default