❔ Multi-tenant == Roles ?
I need clarification whether the RoleManager in IdentityDbContext that manages roles for user authorization is the same as multi-tenancy? Thanks.
2 Replies
No. Multi-tenancy means you have multiple users that are isolated from each other. Like if you have Company A as a customer and Company B as a customer. One customer should not be able to see another customer's stuff
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.