Base solution for your next web application
Open Closed

Authentication Across Multiple Products? #5405


User avatar
0
brallierc created

I want to use ASPNetZero as a portal for our clients to manage their users, licenses, and to handle authentication for all other products in our platform. ASPNetZero is setup for multi-tenancy. Most of the other products in our platform use ASP.Net Boilerplate and are also setup for multi-tenancy.

Is this a job for IdentityServer? Do I use my ASPNetZero portal as the IdentityServer?

Thoughts from anyone with experience in this?


1 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi @brallierc

    I think Identity Server should be used if you wish to authenticated as the same user across multiple products.

    However, whether to run AspNetZero as identify server involves a few things to take note. If identify server is configured with multi tenancy, would the individual product have multi tenancy enabled as well? If multi tenancy is enabled for both, to ensure tenant definition consistency across applications will be a challenge.

    IMHO, multi tenancy should be either on identify server or applications and it's up to your requirements which side it should be.