majesco · OAuth Scopes

majesco OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://auth.majesco.example.com/oauth2/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.

Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.majesco.example.com/oauth2/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
read Read access to policies, claims, and billing clientCredentials
write Write access for policy and claim operations clientCredentials

Source

OAuth Scopes

majesco-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/majesco-policy-openapi.yml
schemes:
- name: OAuth2
  source: openapi/majesco-policy-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.majesco.example.com/oauth2/token
scopes:
- scope: read
  description: Read access to policies, claims, and billing
  flows:
  - clientCredentials
  sources:
  - openapi/majesco-policy-openapi.yml
- scope: write
  description: Write access for policy and claim operations
  flows:
  - clientCredentials
  sources:
  - openapi/majesco-policy-openapi.yml