Circulo de Belleza · Authentication Profile

Circulo De Belleza Authentication

Authentication

Circulo de Belleza 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).

CompanyBeautyCosmeticsE-CommerceRetailMexicoHair CareProfessional Beauty ProductsShopifyAgent Commerce
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

ShopifyCustomerAccountsOIDC openIdConnect

Source

Authentication Profile

circulo-de-belleza-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://www.circulodebelleza.com/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode]
  pkce: true
  notes: >-
    Storefront authentication is Shopify Customer Accounts (OIDC). Issuer is
    Shopify (shop_id 25099010151). Buyer-facing sign-in only; there is no
    first-party developer/API-key program for this merchant. Agent commerce is
    authorized per-checkout with buyer approval, not a long-lived merchant token.
schemes:
- name: ShopifyCustomerAccountsOIDC
  type: openIdConnect
  openIdConnectUrl: https://www.circulodebelleza.com/.well-known/openid-configuration
  issuer: https://shopify.com/authentication/25099010151
  authorizationUrl: https://shopify.com/authentication/25099010151/oauth/authorize
  tokenUrl: https://shopify.com/authentication/25099010151/oauth/token
  jwks_uri: https://shopify.com/authentication/25099010151/.well-known/jwks.json
  end_session_endpoint: https://shopify.com/authentication/25099010151/logout
  response_types_supported: [code]
  grant_types_supported:
  - authorization_code
  - refresh_token
  - urn:ietf:params:oauth:grant-type:jwt-bearer
  code_challenge_methods_supported: [S256]
  token_endpoint_auth_methods_supported: [client_secret_basic]
  id_token_signing_alg_values_supported: [RS256]
  sources: [well-known/circulo-de-belleza-openid-configuration.json]