Configure REST Conenctor with ION API file
You should already have the ION API file downloaded from Infor as a prerequisite. If you have not yet obtained it, please take a look at the guide on Obtaining the Infor ION API File for detailed instructions.
This section describes creating a connector configuration in Flow Connect for Infor M3 REST API's. For this documentation, we will use the following dummy ION API file.
Enter the configuration values as described below. Most of these values can be constructed by inspecting the ION API file.
Agent Group
Agent group where the connector should be executed
Base URL
Concatenate the values for "iu" and "ti" parameters in the format "{iu}/{ti}/M3"
For example: "ION_API_URL/Tenant_Identifier/M3" will be the base URL for the dummy ionapi file.
Authentication Type
Choose OAuth2 Password Credentials as the Authentication Type.
Token Endpoint - Concatenate the values for "pu" and "ot" parameters in the format {pu}/{ot}
Client ID - Use the value for "ci" parameter
Client Secret - Use the value for "cs" parameter
Username - Use the value for "saak" parameter
Password - Use the value for "sask" parameter
Scopes - Choose one or more scopes under "sc". Leave it empty if nothing is defined in the ionapi file
Example: A connector configuration created based on the dummy ION API file
Last updated