Global users in multi-tenant application #7844
Unanswered
bluprints-todd
asked this question in
General
Replies: 1 comment
-
Hi, it's been a while since you posted this, what did you end up doing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a new project and I want to use apb.io. I am a huge fan of the framework and I have implemented a ton of the older AspNetBoilerplate stuff.
For this project, I have a requirement where there are essentially 2 tiers Customer -> Project. Customers will sign up to the platform, and they can create one or more projects. Projects need to be independent of other projects (i.e: settings, features, users, roles, permissions, etc.). However, the one catch is that users in this system can be linked to multiple projects across different tenants.
What would be the recommended approach given these requirements? So far I have considered the following:
Also, is there any documentation on the Identity module, specifically around the "IdentityLinkUser" entity and how that works? This seems like it might help me with the "users in this system can be linked to multiple projects across different tenants" requirements.
I am open to other suggestions or ideas and any guidance would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions