Base solution for your next web application
Open Closed

Modified host user #9814


User avatar
0
PhilWynn created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v4
  • What is your product type MVC
  • What is product framework type .net framework

If issue related with ABP Framework

  • What is ABP Framework version? v5.14

Hi,

We have a requirement for a "Provider" user to be able to access a sub-set of tenancies. We would configure the included tenancies via the Host user.

Is there any support for this arrangement in ASP.net Zero? If not, do you have any recommendations as to how I could best go about achieving this?

Many thanks.


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

    Hi @philwynn

    This is not supported by default. I think best way is to create a new table AbpUserTenants and filter tenants when a user visits the Tenants page.

  • User Avatar
    0
    PhilWynn created

    Thank you.

    Can you point me in the direction of any documentation that would help me to implement a custom filter for this purpose. I have found a link for adding a custom data filter in Entity Framework Core, but we are using EF6.

    Many thanks

  • User Avatar
    0
    ismcagdas created
    Support Team