Normally, Auth0 requires that a user first goes to Auth0 to login via the /authorize endpoint, which then redirects the user to google, etc.
But if you’re doing Oauth from an App Store like Shopify or Wordpress, you don’t have control over that - and Oauth will begin without going through the Auth0 redirect. As a result in the callback, Auth0 will say there’s no session found for the user and it will fail.
Is there any way to make this work?