Red Hat Satellite · Authentication Profile

Red Hat Satellite Authentication

Authentication

Red Hat Satellite 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 implicit flow(s).

Configuration ManagementLifecycle ManagementPatch ManagementSubscription ManagementSystems Management
Methods: http, oauth2 Schemes: 2 OAuth flows: implicit API key in:

Security Schemes

basicAuth http
scheme: basic
oAuth2 oauth2
· flows: implicit

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/red-hat-satellite-api.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - implicit
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication using Satellite username and password.
  sources:
  - openapi/red-hat-satellite-api.yml
- name: oAuth2
  type: oauth2
  flows:
  - flow: implicit
    authorizationUrl: https://satellite.example.com/users/extlogin
    scopes: 0
  description: OAuth 2.0 Personal Access Token authentication for Satellite users.
  sources:
  - openapi/red-hat-satellite-api.yml