generated: '2026-07-18' method: searched source: https://becausemarket.com/.well-known/openid-configuration docs: https://becausemarket.com/account/login summary: types: - openIdConnect - oauth2 oauth2_flows: - authorizationCode notes: >- Customer-facing authentication is Shopify Customer Accounts (OIDC), surfaced on the storefront domain via /.well-known/openid-configuration. The storefront has no separately published first-party developer API; agent commerce authenticates through the UCP shopping service (buyer approval at payment), not a bearer API key. schemes: - name: shopify-customer-account-oidc type: openIdConnect openIdConnectUrl: https://becausemarket.com/.well-known/openid-configuration issuer: https://shopify.com/authentication/61841768621 authorization_endpoint: https://shopify.com/authentication/61841768621/oauth/authorize token_endpoint: https://shopify.com/authentication/61841768621/oauth/token end_session_endpoint: https://shopify.com/authentication/61841768621/logout jwks_uri: https://shopify.com/authentication/61841768621/.well-known/jwks.json response_types_supported: - code grant_types_supported: - authorization_code - refresh_token - 'urn:ietf:params:oauth:grant-type:jwt-bearer' token_endpoint_auth_methods_supported: - client_secret_basic id_token_signing_alg_values_supported: - RS256 code_challenge_methods_supported: - S256 sources: - well-known/because-openid-configuration.json