I want to enable users login with their shopify account via Auth0. Auth0 has a feature called social connections that allows that. To achieve this, I need to create a dev app in Shopify, get the API Key and API Secret Key for the app and store that in the shopify connection in Auth0. I did that, but when I try to authenticate the user via auth0 using their shopify account, it shows me this screen.
As you can see, it says continue to [name] store when it should’ve said continue to the [name] app and redirected the user to the app so that they can install it and give permission to auth0. And when I select an account, I get the error that says unable to access the store. My question is, is there a way to let the user install the app instead of going to the store?