generated: '2026-07-17' method: searched source: https://aninebing.com/.well-known/openid-configuration docs: https://shopify.dev/docs/api/customer summary: types: [oauth2, openIdConnect] oauth2_flows: [authorizationCode] grant_types: [authorization_code, refresh_token, 'urn:ietf:params:oauth:grant-type:jwt-bearer'] notes: >- Customer authentication for the Anine Bing storefront is handled by Shopify's Customer Account API via OpenID Connect. The OIDC issuer is https://shopify.com/authentication/1501528 (per the store's /.well-known/openid-configuration). PKCE (S256) is required; token endpoint auth is client_secret_basic; id_tokens are RS256-signed. schemes: - name: shopify-customer-account-oidc type: openIdConnect openIdConnectUrl: https://aninebing.com/.well-known/openid-configuration issuer: https://shopify.com/authentication/1501528 authorization_endpoint: https://shopify.com/authentication/1501528/oauth/authorize token_endpoint: https://shopify.com/authentication/1501528/oauth/token end_session_endpoint: https://shopify.com/authentication/1501528/logout jwks_uri: https://shopify.com/authentication/1501528/.well-known/jwks.json code_challenge_methods_supported: [S256] id_token_signing_alg_values_supported: [RS256] token_endpoint_auth_methods_supported: [client_secret_basic] scopes_supported: [openid, email, 'customer-account-api:full', 'customer-account-mcp-api:full'] sources: ['well-known/anine-bing-openid-configuration.json']