Base solution for your next web application
Open Closed

Single Sign On (SSO) from more than one Azure AD and multi-tenancy #7459


User avatar
0
mobility created

Hello

is it possible to configure the asp.net zero portal to enable multi-tenancy and SSO from different AzureADs?

We are developing a solution for our client who is a service provider. He offers a portal for his customers so that they can get information about their products etc.

So far, we implemented the solution using the multi-tenancy feature so each customer uses his own tenant. Each user has to login with tenant, username and password.

We are asked to add the possibility to login using the customer's AzureAD or ADFS to authenticate a user. So we need to configure more than one AzureAD.

Our questions are:

  1. Does this work out of the box ?
  2. Is this feature already on the road map
  3. when will it be released
  4. What has to be configured in appsettings
  5. What are the steps to perform (which files / classes / methods) have to be changed

We are using asp.net zero 6.7.0 with asp.net core and angular.

any help would be appreciated.

many thanks in advance

kai


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kmi

    This is not fully supported out of the box. Currently you can use one Azure AD account. It is just a configuration which you can see in appsettings.json (OpenID Connect section).

    However, you can store those values in tenant based settings (see https://aspnetboilerplate.com/Pages/Documents/Setting-Management#setting-scope) and you can use the correct Azure AD settings when the tenant changes on the login page.

    This is actually on our roadmap but we are not sure when it will be released. Probably will take more than 2-3 months.

  • User Avatar
    0
    kansoftware created

    Hi,

    i am looking for sso with azure ad for one of my clients whole searching found this thread similar to our requirements so, is there any updates on this.

    regards harshit

  • User Avatar
    0
    ravindrapatail created

    Hi, What is the current status of having multitenancy with SSO? Is this feature available in the latest release?