Overview
To connect Infor in Nango using the Resource Owner Grant, you need to provide:- Client ID and Client Secret — your Authorized App’s OAuth credentials.
- Service Account Access Key and Service Account Secret Key — credentials for a Service Account bound to that app.
- Tenant, Authorization Server URL, and ION API Gateway URL — your Infor OS tenant and its endpoints.
.ionapi credentials file.
Prerequisites
- You must have registered an Authorized App in Infor OS — see how to register your own Infor OAuth app. Use Type: Backend Service instead of Web — this flow doesn’t use a redirect URI.
Step 1: Finding your credentials
When downloading your app’s credentials, check the box to include a service account access key and secret key for the downloaded file (this option isn’t needed for the standard Infor (ION API) integration, but is required here). Open the downloaded.ionapi JSON file and find:
ci— your Client ID.cs— your Client Secret.saak— your Service Account Access Key.sask— your Service Account Secret Key.
Step 2: Finding your tenant and URLs
In the same file, find:ti— your Tenant (for example,ACME_PRD).pu— your Authorization Server URL. Enter the hostname only, withouthttps://(for example,mingle-sso.inforcloudsuite.com).iu— your ION API Gateway URL. Enter the hostname only, withouthttps://(for example,mingle-ionapi.inforcloudsuite.com).
Step 3: Enter credentials in the Connect UI
- Open the form where you need to authenticate with Infor.
- Enter the Client ID, Client Secret, Service Account Access Key, Service Account Secret Key, Tenant, Authorization Server URL, and ION API Gateway URL in their designated fields.
- Submit the form, and you should be successfully authenticated.
