UBIO Automation Cloud · Authentication Profile

Ubio Automation Cloud Authentication

Authentication

UBIO Automation Cloud secures its APIs with http, oauth2, and openIdConnect across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

AutomationWeb AutomationRPATravelBookingJobsCompany
Methods: http, oauth2, openIdConnect Schemes: 3 OAuth flows: clientCredentials API key in:

Security Schemes

appSecretKey http
scheme: basic
oauth2ClientCredentials oauth2
· flows: clientCredentials
openIdConnect openIdConnect

Source

Authentication Profile

ubio-automation-cloud-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://github.com/automationcloud/client-javascript/blob/master/src/main/ac-request.ts
docs: https://auth.automationcloud.net/auth/realms/automationcloud/.well-known/openid-configuration
summary:
  types:
  - http
  - oauth2
  - openIdConnect
  http_schemes:
  - basic
  oauth2_flows:
  - clientCredentials
schemes:
- name: appSecretKey
  type: http
  scheme: basic
  description: App Secret Key obtained from the Automation Cloud dashboard, sent
    as the username of an HTTP Basic credential (no password). A short-lived Job
    Access Token retrieved via getAccessToken() can be used the same way for browser-side
    access to a single job.
  sources:
  - https://github.com/automationcloud/client-javascript/blob/master/src/main/ac-request.ts
- name: oauth2ClientCredentials
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.automationcloud.net/auth/realms/automationcloud/protocol/openid-connect/token
    scopes: {}
  description: OAuth2 client credentials (clientId + clientSecret) issued for the
    automationcloud Keycloak realm; the client library exchanges them for bearer
    tokens against the realm token endpoint.
  sources:
  - https://github.com/automationcloud/client-javascript/blob/master/src/main/ac-request.ts
- name: openIdConnect
  type: openIdConnect
  openIdConnectUrl: https://auth.automationcloud.net/auth/realms/automationcloud/.well-known/openid-configuration
  description: Keycloak OIDC discovery for the automationcloud realm. Grant types
    advertised include authorization_code, implicit, refresh_token, password, and
    client_credentials; token endpoint auth methods include private_key_jwt, client_secret_basic,
    client_secret_post, tls_client_auth, and client_secret_jwt.
  sources:
  - well-known/ubio-automation-cloud-openid-configuration.json