Honest Company · Authentication Profile

Honest Company Authentication

Authentication

Honest Company 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, refreshToken, and jwtBearer flow(s).

CompanyConsumer GoodsE-commerceRetailBaby CarePersonal CareBeautyShopifyAgentic CommerceMCPUCP
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode, refreshToken, jwtBearer API key in:

Security Schemes

ShopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

honest-company-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://honest.com/.well-known/openid-configuration
docs: https://honest.com/account/login
notes: >-
  Derived from the live OIDC discovery document served at honest.com. The
  storefront authenticates shoppers via the Shopify Customer Account API, an
  OAuth2 / OpenID Connect authorization server. No first-party OpenAPI is
  published, so this profile is transcribed from the discovery document rather
  than from securitySchemes.
summary:
  types:
  - oauth2
  - openIdConnect
  oauth2_flows:
  - authorizationCode
  - refreshToken
  - jwtBearer
  pkce: S256
schemes:
- name: ShopifyCustomerAccountOIDC
  type: openIdConnect
  openIdConnectUrl: https://honest.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/64768475320
  authorization_endpoint: https://shopify.com/authentication/64768475320/oauth/authorize
  token_endpoint: https://shopify.com/authentication/64768475320/oauth/token
  jwks_uri: https://shopify.com/authentication/64768475320/.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/honest-company-openid-configuration.json