Skip to main content
This guide shows you how to register your own app in Infor OS to obtain your OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Infor tenant through the ION API gateway.
1

Open Authorized Apps

Log in to your Infor OS Portal as a user with the ION API Administrator role, open API Gateway, then select Authorized Apps.
2

Add a new authorized app

Click Add (the + icon). Enter a Name and Description for the app, then set Type to Web.
3

Add the redirect URI

Set Redirect URL to https://api.nango.dev/oauth/callback for Nango Cloud, then save the app.
4

Download your credentials

Open the authorized app you just created and click Download Credentials. This downloads a .ionapi file containing your app’s OAuth credentials as JSON.

API gotchas

  • The downloaded .ionapi file’s ci and cs fields are your Client ID and Client Secret. Its ti, pu, and iu fields are the Tenant, Authorization Server URL, and ION API Gateway URL Nango needs — see the connect guide for where to enter them.
  • Infor OS may require an administrator to also grant the app one or more scopes if your tenant has scope enforcement turned on. If your connection fails with a permissions error after authorizing, check with your Infor OS administrator.
For more details, see Creating an authorized app.