Hi!
Our WordPress site uses Auth0 via the plugin. If we want to partner with other non-WordPress sites, is it possible to setup some sort of shared login even if the other sites don’t use Auth0?
Desired user flow:
- A user visits partner site and is logged in with the partner’s own email/password authentication.
- The user clicks a link to visit our WordPress site that uses Auth0.
- The user is either… A) recognized as coming from this known partner site and is automatically logged in, or B) able to login using the same credentials as the partner’s site.
Thank you.