Focuses on API authentication, access scopes, and permission management.
I have setup a store to use the Multipass. The token and customerAccess token are getting generated and appear to be valid. When I use the customerAccessTokenCreateWithMultipass graphql mutation https://shopify.dev/docs/api/storefront/2024-07/mutations/customerAccessTokenCreateWithMultipass and then run a query to search for the customer using the returned access token everything appears to be working. I can also see the created customers in the Shopify Customer list.
Where it breaks down is when I redirect the browser to (using these directions https://shopify.dev/docs/api/multipass#step-6-redirect-your-customer-to-your-shopify-store)