Hill House · Authentication Profile

Hill House Authentication

Authentication

Hill House 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).

CompanyE-commerceRetailHome GoodsApparelDirect to ConsumerConsumer BrandShopifyMCP
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

ShopifyCustomerAccountOIDC openIdConnect

Source

Authentication Profile

hill-house-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://hillhousehome.com/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
platform: Shopify Customer Account API (OAuth 2.0 / OpenID Connect)
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode]
  pkce: [S256]
  token_endpoint_auth_methods: [client_secret_basic]
schemes:
- name: ShopifyCustomerAccountOIDC
  type: openIdConnect
  openIdConnectUrl: https://hillhousehome.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/9321794
  authorization_endpoint: https://account.hillhousehome.com/authentication/oauth/authorize
  token_endpoint: https://account.hillhousehome.com/authentication/oauth/token
  end_session_endpoint: https://account.hillhousehome.com/authentication/logout
  jwks_uri: https://account.hillhousehome.com/authentication/.well-known/jwks.json
  response_types_supported: [code]
  grant_types_supported:
  - authorization_code
  - refresh_token
  - urn:ietf:params:oauth:grant-type:jwt-bearer
  code_challenge_methods_supported: [S256]
  id_token_signing_alg_values_supported: [RS256]
  subject_types_supported: [public]
  scopes_supported:
  - openid
  - email
  - customer-account-api:full
  - customer-account-mcp-api:full
notes:
- The Storefront MCP server at https://hillhousehome.com/api/mcp is currently unauthenticated (public catalog/cart/policy tools).
- Customer-scoped access (orders, account, customer-account MCP) uses the Shopify Customer Account OAuth flow above.