In the latest micro integrator versions, the multitenancy was removed, and instead, the micro services architecture is used. Every micro integrator is now a separate tenant and each micro integrator will have a unique port number. If we want to use the identity server 6.1.0, that still work using multitenancy, how can we link every IS domain with an MI instance?
For example, in the previous versions where EI supported multitenancy, we used to link the IS domain (tenant) to an EI domain (tenant) and append /t/[domainName] when calling certain tenant. How can we achieve this in the latest MI version?