Union.ai · OAuth Scopes

Union.ai OAuth Scopes

OAuth 2.0 derived

Union.ai publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Union.ai API on a user’s behalf.

Tokens are issued from https://{org}.app.union.ai/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.

AIMLOrchestrationWorkflowsMLOpsFlyteServerless
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://{org}.app.union.ai/oauth2/authorize
Token URL
https://{org}.app.union.ai/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
all Full control-plane access. authorizationCode, clientCredentials

Source

OAuth Scopes

unionai-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/unionai-openapi.yml
schemes:
- name: OAuth2
  source: openapi/unionai-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{org}.app.union.ai/oauth2/authorize
    tokenUrl: https://{org}.app.union.ai/oauth2/token
  - flow: clientCredentials
    tokenUrl: https://{org}.app.union.ai/oauth2/token
  description: FlyteAdmin secures client connections with OAuth2. Interactive CLI/UI clients
    use the Authorization Code + PKCE flow; machine clients use the Client Credentials flow.
    User authentication to the console is via OpenID Connect. Tokens are presented as a Bearer
    access token.
scopes:
- scope: all
  description: Full control-plane access.
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/unionai-openapi.yml