Molekule · Authentication Profile

Molekule Authentication

Authentication

Buyer identity on the Molekule storefront is handled by the Shopify Customer Account API, which publishes an OpenID Connect discovery document at /.well-known/openid-configuration. The issuer is the Shopify authentication service for this store (shopify.com/authentication/70884294938).

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

CompanyHardwareAir QualityConsumer IoTE-CommerceAgent CommerceMCPShopify
Methods: openIdConnect, oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

shopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

molekule-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://molekule.com/.well-known/openid-configuration
description: >-
  Buyer identity on the Molekule storefront is handled by the Shopify Customer
  Account API, which publishes an OpenID Connect discovery document at
  /.well-known/openid-configuration. The issuer is the Shopify authentication
  service for this store (shopify.com/authentication/70884294938).
summary:
  types:
  - openIdConnect
  - oauth2
  oauth2_flows:
  - authorizationCode
  pkce: true
schemes:
- name: shopifyCustomerAccountOIDC
  type: openIdConnect
  openIdConnectUrl: https://molekule.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/70884294938
  authorization_endpoint: https://shopify.com/authentication/70884294938/oauth/authorize
  token_endpoint: https://shopify.com/authentication/70884294938/oauth/token
  end_session_endpoint: https://shopify.com/authentication/70884294938/logout
  jwks_uri: https://shopify.com/authentication/70884294938/.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
  id_token_signing_alg_values_supported:
  - RS256
  sources:
  - well-known/molekule-openid-configuration.json