skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
556 stars 194 forks source link

Multi-Tenancy / Group-System with management #101

Open FL0D3V opened 1 year ago

FL0D3V commented 1 year ago

First of all thanks @skoruba for this great system.

So my "problem" is, that im currently developing a startup which will implement a company system for users. This means that there is the "master" user which created a company while registering or before buying a licence for a selection of programs we will sell later. This is state to change currently. That user can then manage multiple users inside of this "company" and all the data created by these users will get stored within that company only. Data sharing or similar is far far away. That means that i need a identity system which can handle all that und has the appropriate management and admin tools for it.

So my question is, will something like this get implemented? Do you know any alternatives?

I'm pretty new to all this identity stuff but i'm currently learning all the current tech about it.

darthmolen commented 1 year ago

We need this same model as well.