Seldon · OAuth Scopes

Seldon OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://Y.Y.Y.Y.

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.

MLOpsMachine LearningModel ServingInferenceKubernetesAI OperationsDrift DetectionExplainabilityCanary DeploymentA/B TestingLLMOps
Scopes: 5 Flows: password Method: derived

OAuth endpoints

Token URL
https://Y.Y.Y.Y
Flows
password

Scopes (5)

ScopeDescriptionFlows
[]
email password
groups password
openid password
profile password

Source

OAuth Scopes

seldon-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/seldon-enterprise-platform-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/seldon-enterprise-platform-api-openapi.yml
  flows:
  - flow: password
    tokenUrl: https://Y.Y.Y.Y
scopes:
- scope: '[]'
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml
- scope: email
  flows:
  - password
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml
- scope: groups
  flows:
  - password
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml
- scope: openid
  flows:
  - password
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml
- scope: profile
  flows:
  - password
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml