True & Co · Authentication Profile

True And Co Authentication

Authentication

True & Co declares 1 security scheme(s) across its OpenAPI definitions.

CompanyConsumerRetailE-CommerceApparelIntimatesAgentic CommerceShopifyMCP
Methods: Schemes: 1 OAuth flows: API key in:

Security Schemes

shopify-customer-account openIdConnect

Source

Authentication Profile

true-and-co-authentication.yml Raw ↑
generated: 2026-07-21
method: searched
source: >-
  https://trueandco.com/.well-known/openid-configuration and
  /.well-known/oauth-authorization-server, fetched live 2026-07-21
summary: >-
  Buyer authentication is handled by Shopify Customer Accounts using OAuth 2.0 /
  OpenID Connect. The store domain publishes live OIDC and OAuth Authorization
  Server metadata. Agent commerce over the UCP/MCP endpoint layers on top of this
  identity, and payment completion always requires human buyer approval.
schemes:
- type: openIdConnect
  name: shopify-customer-account
  issuer: https://shopify.com/authentication/86218834196
  openid_configuration: https://trueandco.com/.well-known/openid-configuration
  authorization_endpoint: https://shopify.com/authentication/86218834196/oauth/authorize
  token_endpoint: https://shopify.com/authentication/86218834196/oauth/token
  end_session_endpoint: https://shopify.com/authentication/86218834196/logout
  jwks_uri: https://shopify.com/authentication/86218834196/.well-known/jwks.json
  grant_types:
  - authorization_code
  - refresh_token
  - urn:ietf:params:oauth:grant-type:jwt-bearer
  response_types:
  - code
  code_challenge_methods:
  - S256
  token_endpoint_auth_methods:
  - client_secret_basic
  id_token_signing_alg:
  - RS256
  scopes:
  - openid
  - email
  - customer-account-api:full
  - customer-account-mcp-api:full