Vivoo · Authentication Profile

Vivoo Authentication

Authentication

Vivoo secures its APIs with oauth2 and openIdConnect across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyHealthWellnessConsumer HealthNutritionDiagnosticsE-CommerceAgentic CommerceMCP
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

ShopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

vivoo-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.vivoo.io/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
summary:
  types:
  - oauth2
  - openIdConnect
  oauth2_flows:
  - authorizationCode
  note: >-
    Vivoo runs on Shopify. Buyer/customer identity is served by the Shopify Customer
    Account API via OpenID Connect (issuer https://shopify.com/authentication/85119664427).
    Agent-driven commerce goes through the UCP shopping MCP server, where checkout
    requires explicit human buyer approval rather than a machine credential. There is
    no first-party developer API key program published by Vivoo itself.
schemes:
- name: ShopifyCustomerAccountOIDC
  type: openIdConnect
  openIdConnectUrl: https://www.vivoo.io/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/85119664427
  authorization_endpoint: https://shopify.com/authentication/85119664427/oauth/authorize
  token_endpoint: https://shopify.com/authentication/85119664427/oauth/token
  jwks_uri: https://shopify.com/authentication/85119664427/.well-known/jwks.json
  end_session_endpoint: https://shopify.com/authentication/85119664427/logout
  response_types_supported:
  - code
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  id_token_signing_alg_values_supported:
  - RS256
  sources:
  - well-known/vivoo-openid-configuration.json