How to Migrate Multi-Tenant App with Global and Workspace-Specific Auth to Auth0?

Hello @matt34,
For your migration to Auth0:

  1. Global Application: Use this for initial email verification only.
  2. Workspaces Applications: Configure individual applications for each workspace to handle different login methods and sessions.

To address JWT compatibility and organization data, you may need to implement Auth0 Actions or Rules to include organization information in the tokens.

I recommend checking Auth0’s docs on user migration and community discussions for additional insights.

Best Regards,
Daniel Lopez