IdsvrMultiTenantExample
IdsvrMultiTenantExample copied to clipboard
Various Portals With Own Database
There are various ideas of what is MultiTenant to many. What I want to do is allow for developers to setup their own ASPNET portal and for a single IdentityServer4 to Authenticate the user for that specific portal. They would have their own ASPNETIdentity database per portal. Does your solution provide this? If not, do you have any ideas on how to best implement this? I am simply looking for someone who may have gone down this road already to share their experience and ideas. Thanks
Hi @DoubleExposure I think I have a similar requirement to you. I have a multi-tenant scenario where I would like to use a single IdentityServer instance, but where each tenant has their own ASPNETIdentity database containing the associated users and claims.
I have not been able to find a way of passing the tenant to IdentityServer in way that would enable this.
Have you gotten any further?
Did either of you make any progress on this? I'm in the same situation. I would be open to use one ASP.NET Identity DB as long as there was a good way to extend the MS implementation to add tenancy.