Base solution for your next web application
Open Closed

TENANT, EDITION and MAXIMUM COUNT OF USERS #9782


User avatar
0
ST_Development created

<br> Hi, we are using asp.net zero for developing a SaaS MultiTenant solution. Each tenant has an individual database. In our licencing model we want to setup three editions "basic", "pro" "premium". Each tenant can buy a specific number of licenses ("maximum count of users") which are connected to e.g. edition "basic". When now upgrading to "pro" he has to upgrade ALL licences. Therefore we need to seperate EDITION and MAXIMUM COUNT OF USERS. The Number of USERS must be independant and adjustable for each TENANT. Is that possible

  • What is your product version? 9.2.0
  • What is your product type (Angular or MVC)?Angular
  • What is product framework type (.net framework or .net core)? .net core
  • What is ABP Framework version? 5.9

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

    Hi,

    You can assign different values for Features for Tenants. For example, let's say that Pro edition has the "Max User Count" as 10 but you can assign "Pro Edition" to a Tenant and change the Tenant's Max User Count to 50 or whatever count you want. You can check Tenants page in AspNet Zero to see how this is achieved.