Configuring Infor Ming.le® Xi on premise in EAM - HxGN EAM - Version 11.07.01 - Feature Briefs

HxGN EAM for Infor Document Management

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
11.7.1
  1. On the Installation Parameters screen, search and select the installation parameter IDMSRVR.

  2. Set this value to the IDM server in the format of https://<servername>:<port number>/ca/

  3. On the Installation Parameters screen, search and select the installation parameter XITENANT.

    Set this value to infor (all lowercase)

  4. If SSO is not enabled or if users were created before SSO was enabled, then navigate to the User Setup screen and enter email address in the External ID field for all users who need to access IDM. All users of EAM should also be users of IDM.

  5. Edit the template file MPConfiguration.xml.vm, the location of this file is <EAM App folder>/depconfig/templates/jboss. The IDMConfig section should be configured with the OAuth consumer key and secret key.

    IDMConfig Unpopulated in Template File

<IDMConfig>

<oauthconsumerkey/>

<oauthsecretkey/>

<IDMConfig>

IDMConfig Formatted Edit in Template File

<IDMConfig>

<oauthconsumerkey>consumerkey</oauthconsumerkey>

<oauthsecretkey>secretkey</oauthsecretkey>

</IDMConfig>