Zulily · Authentication Profile

Zulily Authentication

Authentication

Zulily 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, refresh_token, and urn:ietf:params:oauth:grant-type:jwt-bearer flow(s).

CompanyEcommerceRetailShoppingCommerceAgent CommerceUniversal Commerce ProtocolMCPShopify
Methods: oauth2, openIdConnect Schemes: 1 OAuth flows: authorizationCode, refresh_token, urn:ietf:params:oauth:grant-type:jwt-bearer API key in:

Security Schemes

ShopifyCustomerAccount openIdConnect

Source

Authentication Profile

zulily-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://www.zulily.com/.well-known/openid-configuration
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer']
  pkce: S256
  token_endpoint_auth: client_secret_basic
schemes:
  - name: ShopifyCustomerAccount
    type: openIdConnect
    provider: Shopify Customer Account API
    issuer: https://shopify.com/authentication/4710885
    authorization_endpoint: https://account.zulily.com/authentication/oauth/authorize
    token_endpoint: https://account.zulily.com/authentication/oauth/token
    end_session_endpoint: https://account.zulily.com/authentication/logout
    jwks_uri: https://account.zulily.com/authentication/.well-known/jwks.json
    id_token_signing_alg: RS256
    code_challenge_methods: [S256]
    grant_types: [authorization_code, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer']
    token_endpoint_auth_methods: [client_secret_basic]
    scopes: [openid, email, 'customer-account-api:full', 'customer-account-mcp-api:full']
    claims: [iss, sub, aud, exp, iat, nonce, sid, email, email_verified]
    sources: [well-known/zulily-openid-configuration.json]
notes: >-
  Zulily (relaunched on Shopify) authenticates customers via the Shopify Customer Account API using
  OpenID Connect + OAuth 2.0 authorization-code flow with PKCE (S256). A dedicated
  customer-account-mcp-api:full scope authorizes agent/MCP access to the customer account surface.