Infor · Authentication Profile

Infor Authentication

Authentication

Infor secures its APIs with oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

ERPManufacturingSupply ChainCloudIntegration
Methods: oauth2 Schemes: 2 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2ClientCredentials oauth2
· flows: clientCredentials
OAuth2AuthorizationCode oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/infor-ion-api-gateway-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth2ClientCredentials
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://inforos.infor.com/INFOR_DEV/as/token.oauth2
    scopes: 0
  description: Infor ION API Client Credentials grant
  sources:
  - openapi/infor-ion-api-gateway-openapi.yml
- name: OAuth2AuthorizationCode
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://inforos.infor.com/INFOR_DEV/as/authorization.oauth2
    tokenUrl: https://inforos.infor.com/INFOR_DEV/as/token.oauth2
    scopes: 0
  description: Infor ION API Authorization Code grant
  sources:
  - openapi/infor-ion-api-gateway-openapi.yml