I have an online store on Shopify with its own login system, but it doesn’t fully meet our needs, so we’d like to integrate Auth0 as an identity provider.
The process for this integration is described here: https://help.shopify.com/en/manual/customers/customer-accounts/new-customer-accounts/identity-provider
However, it’s not entirely clear how to properly set this up with Shopify + Auth0, as the documentation lacks a sample flow. Could you please provide guidance on the steps to follow, what to pay attention to, and where coding might be required?
We’re particularly interested in the synchronization of data for registered users. From what we understand, by default, users who create an account through the Auth0 registration form (integrated on the Shopify site) do not have their data transferred to Shopify, and these users are not created in the Shopify admin panel. Conversely, if a user is created in the Shopify admin panel, they do not appear in the Auth0 database. What needs to be developed to synchronize their operation?
In such a way that users data creates and updates on two sides (shopify admin and auth0)