Open Closed

SaaS Permissions With Tenants #4680


User avatar
0
mateworkx@gmail.com created

As noted in other tickets, I have a multi-tenant application. I've come into some issues that I'm not sure how to work around. In addition, I don't know if this is by design or not. However, the problem I'm facing with multi-tenancy is that when I create a new tenant, I need to have certain data available to each and every new tenant. For instance; if I have a "species" table that has 50 different animal species in it I'd like TenantA, TenantB, TenantC and TenantD to have access to those 50 species. I'm wondering if this is due to the fact that when I was creating the table I selected that table to be multi-tentant?

  • ABP Framework version: v7.0.0
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    I'd like TenantA, TenantB, TenantC and TenantD to have access to those 50 species.

    I think it shouldn't be a multi-tenant table.

  • User Avatar
    0
    mateworkx@gmail.com created

    That's what I'm thinking as well. I will attempt this and follow-up.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    : )

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11