I’m currently setting up authentication for a multi-tenant application using Auth0 and wondering about the best approach. Should I be using organizations, multiple tenants, or a custom claim-based solution? My goal is to keep things scalable and secure while providing a seamless user experience.
Hi @esmward90
Welcome to the Auth0 Community!
Thank you for posting your question; overall, we would recommend the organization for the multitenant approach, but it can depend on your specific use case. You can read more about that here → Multi-Tenant Applications Best Practices
Thanks
Dawid