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:
- Does this work out of the box ?
- Is this feature already on the road map
- when will it be released
- What has to be configured in appsettings
- 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)
-
0
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.
-
0
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
-
0
Hi, What is the current status of having multitenancy with SSO? Is this feature available in the latest release?