o9 Solutions · OAuth Scopes

o9 Solutions OAuth Scopes

OAuth 2.0 probed

o9 Solutions publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the o9 Solutions API on a user’s behalf.

Tokens are issued from not publicly documented.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanySupply ChainSupply Chain PlanningIntegrated Business PlanningDemand PlanningEnterprise SoftwareArtificial IntelligenceKnowledge GraphDecision IntelligenceRetail PlanningRevenue Growth ManagementEnterprise Resource Planning
Scopes: 3 Flows: authorizationCode Method: probed

OAuth endpoints

Authorization URL
https://guide.o9solutions.com/oauthserver/authorize
Token URL
not publicly documented
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication — issues an ID token identifying the signed-in o9 user. authorizationCode
email Access to the signed-in user's email address. authorizationCode
profile Access to the signed-in user's basic profile claims. authorizationCode

Source

OAuth Scopes

o9-solutions-scopes.yml Raw ↑
generated: '2026-07-31'
method: probed
source: https://guide.o9solutions.com/Resources/PlatformWiki
docs: null
note: >-
  o9 publishes no OpenAPI and no public scopes reference, so these are not
  derived from a spec or from a documented scope catalog. They are the scopes
  actually observed on live OAuth authorization requests issued by o9's own
  first-party clients against guide.o9solutions.com/oauthserver. They cover
  identity/profile only — no o9 Platform API resource scopes are publicly
  observable, and the API scope model (if any) sits behind the customer login.
schemes:
- name: o9 OAuth 2.0
  source: https://guide.o9solutions.com/oauthserver/authorize
  flows:
  - flow: authorizationCode
    authorizationUrl: https://guide.o9solutions.com/oauthserver/authorize
    tokenUrl: not publicly documented
scopes:
- scope: openid
  description: OpenID Connect authentication — issues an ID token identifying the
    signed-in o9 user.
  flows:
  - authorizationCode
  sources:
  - https://guide.o9solutions.com/Resources/PlatformWiki
- scope: email
  description: Access to the signed-in user's email address.
  flows:
  - authorizationCode
  sources:
  - https://guide.o9solutions.com/Resources/PlatformWiki
- scope: profile
  description: Access to the signed-in user's basic profile claims.
  flows:
  - authorizationCode
  sources:
  - https://guide.o9solutions.com/Resources/PlatformWiki
coverage:
  scopes_observed: 3
  resource_scopes_public: 0
  scope_reference_page_published: false
x-evidence:
  fetched: '2026-07-31'
  url: https://guide.o9solutions.com/Resources/PlatformWiki
  http_status: 200
  observed_query: client_id=c9fd4e6a-498d-43e9-aedc-3cf50d254308&scope=openid+email+profile&response_type=code