Mingle tenant name different from EAM tenant - HxGN EAM - Version 11.07.01 - Feature Briefs - Hexagon

HxGN EAM Homepage Widgets

Language
English
Product
HxGN EAM
Search by Category
Feature Briefs
HxGN EAM Version
11.7.1

This would be the typical scenario since Mingle tenant name for on-prem version is fixed as ‘infor’ and it is less likely EAM tenant will also be ‘infor’.

  1. Select Non-Infor Suites in dropdown and then select the Add New ‘+’ button to create the new API Suite.

  2. Select Create New.

  3. Enter the following data and click Add EndPoint.

  4. Enter the EAM Webservice URL in Target Endpoint URL. You can enter any value in Proxy Endpoint URL, based on this input ION-API Endpoint (Proxy endpoint) will be formed. And select Proxy Security as OAuth 2.0

  5. Continuing above step, select Authentication Type and Algorithm as shown in the below screenshot.

    The user can enter their own choice of values for Target Endpoint Access Key and Target Endpoint Secret Key.

    Please note down both Target Endpoint Access Key and Target Endpoint Secret Key. Need to use these values in EAM OAuth setup.

  6. The user will need to create two policies under this new Suite; select the Suite Policies tab and add policies under Request Policies.

    • Policy for identity.

      Select the Policy Type as Header, Category and Name as mentioned below (the name can be user’s choice)

      Clear the existing and Enter below tags in Policy Definition

      <header xmlns="http://www.infor.com/ion/api"

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      name="header-example" displayName="header-example" enabled="true" version="1.0">

      <action>set</action>

      <headerName>X-Infor-Identity2</headerName>

      <headerValue ref="context.user.Identity2"></headerValue>

      </header>

    • Policy for Tenant.

      Select the Policy Type, Category and Name as mentioned below (name can be user’s choice)

      Enter below tags in Policy Definition

      <header xmlns="http://www.infor.com/ion/api"

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

      name="tenant" displayName="tenant" enabled="true" version="1.0">

      <action>set</action>

      <headerName>X-Infor-TenantID</headerName>

      <headerValue>#TENANT</headerValue>

      </header>

      #TENANT is referred to the EAM Tenant that is being used to configure the ION-API Proxy endpoint