Innovist · Authentication Profile

Innovist Authentication

Authentication

Innovist 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).

CompanyConsumerPersonal CareSkincareHaircareSuncareDirect to ConsumerEcommerceShopifyAgentic Commerce
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

shopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

innovist-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://innovist.com/.well-known/openid-configuration
docs: https://innovist.com/.well-known/oauth-authorization-server
notes: >-
  Auth profile captured verbatim from the store's live OpenID Connect / OAuth
  Authorization Server discovery documents (Shopify customer-account identity,
  issuer https://shopify.com/authentication/3960733763). Covers customer-account
  sign-in and the customer-account MCP API used for agent commerce.
summary:
  types:
  - oauth2
  - openIdConnect
  oauth2_flows:
  - authorizationCode
  pkce: S256
  id_token_signing_alg:
  - RS256
schemes:
- name: shopifyCustomerAccountOIDC
  type: openIdConnect
  issuer: https://shopify.com/authentication/3960733763
  authorization_endpoint: https://shopify.com/authentication/3960733763/oauth/authorize
  token_endpoint: https://shopify.com/authentication/3960733763/oauth/token
  end_session_endpoint: https://shopify.com/authentication/3960733763/logout
  jwks_uri: https://shopify.com/authentication/3960733763/.well-known/jwks.json
  response_types_supported:
  - code
  grant_types_supported:
  - authorization_code
  - refresh_token
  - 'urn:ietf:params:oauth:grant-type:jwt-bearer'
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  code_challenge_methods_supported:
  - S256
  sources:
  - well-known/innovist-openid-configuration.json