JSkimming / AspNet.Identity.EntityFramework.Multitenant

Multi-tenant support for ASP.NET Identity using Entity Framework
Apache License 2.0
132 stars 61 forks source link

How to support Company ID's and Overlaping CompanyRoleNames #19

Open patagoniahiker opened 8 years ago

patagoniahiker commented 8 years ago

Hello, I am using the same cloud SAAS instance and letting multiple orgs register.

Can you help me understand, can I have overlapping role names - but with unique company names, if so how can I extend this?

Goal: let only the same company manager have unique role names and member names in that organization, but extending the UserStroe or RolesStore

gordon-matt commented 7 years ago

I am also faced with this issue.. It's not only the users, but the roles which need to be multi-tenanted. What is the possibility of this being implemented?