Face Reality Skincare · Authentication Profile

Facerealityskincare Authentication

Authentication

Authentication profile for the Shopify Customer Account API fronting Face Reality Skincare's store. Captured from the live OIDC/OAuth 2.0 discovery documents. The unauthenticated Storefront MCP shop tools (mcp/) require no auth; customer-account and MCP write scopes are obtained via the OAuth 2.0 Authorization Code flow with PKCE below.

Face Reality Skincare secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanySkincareBeautyCosmeticsEcommerceShopifyCommerceAgent CommerceMCP
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: API key in:

Security Schemes

shopifyCustomerAccountOAuth oauth2
shopifyOpenIDConnect openIdConnect

Source

Authentication Profile

facerealityskincare-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: >-
  https://facerealityskincare.com/.well-known/openid-configuration and
  /.well-known/oauth-authorization-server (Shopify Customer Account API discovery)
description: >-
  Authentication profile for the Shopify Customer Account API fronting Face
  Reality Skincare's store. Captured from the live OIDC/OAuth 2.0 discovery
  documents. The unauthenticated Storefront MCP shop tools (mcp/) require no
  auth; customer-account and MCP write scopes are obtained via the OAuth 2.0
  Authorization Code flow with PKCE below.
summary:
  types:
  - oauth2
  - openIdConnect
schemes:
- name: shopifyCustomerAccountOAuth
  type: oauth2
  flow: authorizationCode
  issuer: https://shopify.com/authentication/7860748377
  authorizationUrl: https://account.facerealityskincare.com/authentication/oauth/authorize
  tokenUrl: https://account.facerealityskincare.com/authentication/oauth/token
  end_session_endpoint: https://account.facerealityskincare.com/authentication/logout
  pkce: S256
  token_endpoint_auth_methods_supported:
  - client_secret_basic
  grant_types_supported:
  - authorization_code
  - refresh_token
  - urn:ietf:params:oauth:grant-type:jwt-bearer
  scopes_supported:
  - openid
  - email
  - customer-account-api:full
  - customer-account-mcp-api:full
  source: well-known/facerealityskincare-oauth-authorization-server.json
- name: shopifyOpenIDConnect
  type: openIdConnect
  openIdConnectUrl: https://facerealityskincare.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/7860748377
  jwks_uri: https://account.facerealityskincare.com/authentication/.well-known/jwks.json
  id_token_signing_alg_values_supported:
  - RS256
  subject_types_supported:
  - public
  claims_supported:
  - iss
  - sub
  - aud
  - exp
  - iat
  - nonce
  - sid
  - email
  - email_verified
  source: well-known/facerealityskincare-openid-configuration.json