0
pmagentur created
Hi everybody!
We build for our Client a fairly big Intranet Application. In this scenario we have many tenants who using one AD. Other tenants don't. How can we achieve this? Help would be greatly appreciated. Thanks!
1 Answer(s)
-
0
Hi @pmagentur
AD is only enabled when multi tenancy is disabled. So, first you need to go to tenant settings page (cshtml or html according to your project type) and remove multi tenancy condition which hides AD settings.
Then, you need to store which tenant uses AD and which doesn't in some DB table.
After all, each tenant can configure their AD settings (if you don't want them to, you can move those settings to a new host side page) and login via AD.