Seldon · Authentication Profile

Seldon Authentication

Authentication

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

MLOpsMachine LearningModel ServingInferenceKubernetesAI OperationsDrift DetectionExplainabilityCanary DeploymentA/B TestingLLMOps
Methods: http, oauth2 Schemes: 2 OAuth flows: password API key in:

Security Schemes

OAuth2 oauth2
· flows: password
HTTPBearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/seldon-enterprise-platform-api-openapi.yml, openapi/seldon-inference-api-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - password
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://Y.Y.Y.Y
    scopes: 4
  sources:
  - openapi/seldon-enterprise-platform-api-openapi.yml
- name: HTTPBearer
  type: http
  scheme: bearer
  sources:
  - openapi/seldon-inference-api-openapi.yml