Oracle Integration · OAuth Scopes

Oracle Integration OAuth Scopes

OAuth 2.0 derived

Oracle Integration publishes 1 OAuth 2.0 scope via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Oracle Integration API on a user’s behalf.

Tokens are issued from https://{idcs-url}/oauth2/v1/token.

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.

API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess Automation
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://{idcs-url}/oauth2/v1/authorize
Token URL
https://{idcs-url}/oauth2/v1/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
urn:opc:resource:consumer::all Full access to Oracle Integration APIs authorizationCode

Source

OAuth Scopes

oracle-integration-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oracle-integration-developer-api.yaml, openapi/oracle-integration-process-automation-api.yaml
schemes:
- name: oauth2
  source: openapi/oracle-integration-developer-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{idcs-url}/oauth2/v1/authorize
    tokenUrl: https://{idcs-url}/oauth2/v1/token
  description: OAuth 2.0 authentication via Oracle Identity Cloud Service (IDCS).
- name: oauth2
  source: openapi/oracle-integration-process-automation-api.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{idcs-url}/oauth2/v1/authorize
    tokenUrl: https://{idcs-url}/oauth2/v1/token
  description: OAuth 2.0 authentication via Oracle Identity Cloud Service.
scopes:
- scope: urn:opc:resource:consumer::all
  description: Full access to Oracle Integration APIs
  flows:
  - authorizationCode
  sources:
  - openapi/oracle-integration-developer-api.yaml
  - openapi/oracle-integration-process-automation-api.yaml