Base solution for your next web application
Open Closed

How to add a layer between host and tenant? #1949


User avatar
0
pradippatil created

Hi,

I want to add a layer between Host and Tenant. Below is my requirement: Host -> Tenants Host -> Extra Layer(say Reseller) -> Tenants

So, tenants can be added to Host as well as under Reseller. And reseller will be added under host. What will be the best way to add this layer using the ABP framework?

Thanks


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Currently this is a really hard thing to do. The best way we can offer is, include current version of ABP framework into your project and made changes locally. Of course, if you do this, you will not be able to update your ABP framework.

    We have plans to do it in the future but it's not in short time plan.

  • User Avatar
    0
    chriscodes created

    Is if this achievable yet?  I have a scenario where resellers will have multiple t<span class="colour" style="color: rgb(0, 0, 0);">enants.</span>

    <span class="colour" style="color: rgb(0, 0, 0);">If it comes down to it, I think that creating a reseller role on the host and then locking down the functionality for a reseller as well as making sure they can only access tenants that they have permission to would be sufficient.</span>