Step 7: Third Party EMPI Service Properties Optional

The Identity Management (IM) Cell can be configured to work with a third party EMPI service such as OpenEMPI. To do this you will need to create the service to the other system and then update the im.properties file with the appropriate information.


You will need to create a service for interfacing the IM cell with the other EMPI system. For information on how to create a service please refer to the architecture documentation.


1. In the im.properties file scroll to the section called EMPI Service.

2. Edit the im.empi.service to the name of the interface.

3. Add the service classname and any parameters that are needed.


Example: The following is an example of how you might set the IM cell up to work with OpenEMPI


im.empi.service=OpenEMPI

im.empi.openempi.url=http://localhost:8080/openempi-admin/openempi-ws-rest

im.empi.openempi.username=admin

im.empi.openempi.password=admin




4. Save the changes and close the file.