Base solution for your next web application
Open Closed

LDAP and Multi Tenancy #7009


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.