Beauty Pie · Authentication Profile

Beautypie Authentication

Authentication

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

CompanyBeautySkincareCosmeticsEcommerceDirect-to-ConsumerMembershipRetailShopifyStorefront MCP
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

ShopifyCustomerAccountOIDC openIdConnect
ShopifyCustomerAccountOAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

beautypie-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.beautypie.com/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
note: >-
  Derived from the live OIDC/OAuth2 discovery document served under beautypie.com.
  This is Shopify's Customer Account authentication (issuer
  https://shopify.com/authentication/73264758967) fronting the beautypie.com store.
  It governs authenticated customer-account access, not an open developer API.
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode]
  pkce: S256
  openid_connect: true
schemes:
- name: ShopifyCustomerAccountOIDC
  type: openIdConnect
  openIdConnectUrl: https://www.beautypie.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/73264758967
  sources: [well-known/beautypie-openid-configuration.json]
- name: ShopifyCustomerAccountOAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://shopify.com/authentication/73264758967/oauth/authorize
    tokenUrl: https://shopify.com/authentication/73264758967/oauth/token
    endSessionUrl: https://shopify.com/authentication/73264758967/logout
    pkce: S256
    scopes: [openid, email, customer-account-api:full, customer-account-mcp-api:full]
  grant_types: [authorization_code, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer']
  response_types: [code]
  token_endpoint_auth_methods: [client_secret_basic]
  id_token_signing_alg: [RS256]
  jwks_uri: https://shopify.com/authentication/73264758967/.well-known/jwks.json
  sources: [well-known/beautypie-oauth-authorization-server.json]