I created a multitenant application with Abp framework (.NET core 3.1), I noticed that each tenant in the application has isolated user management and isolated roles management.
But in my case, I wanna one User Management for all tenants so if I create User1 in Default Tenant,I wanna log in by it for Tenant2.
Does that scenario applicable in Abp .NET core?