Base solution for your next web application
Open Closed

LDAP & multitenancy #8123


User avatar
0
Romka created

Hello,

I try to enable LDAP in multitenancy mode. I already read this thread : https://support.aspnetzero.com/QA/Questions/3160

but the first link leads to a 404.

Could you point me in the right direction ? I need to be able to enable ldap login, uncommenting line : "this.Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));"

but, with the "Configuration.MultiTenancy.IsEnabled" set to "true" (in XXX.CoreModule.cs). Even if only one tenant is created.

Thanks


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

    Hi @romka,

    To see hte contetn of that link, please add your GitHub user on https://aspnetzero.com/LicenseManagement.

    LDAP is not enabled by default when multi tenancy is enabled. It is currently supported only when multi tenancy is disabled. With AspNet Zero 8.1, LDAP will have multi tenancy support.

  • User Avatar
    0
    Romka created

    Thanks for answer.

    So, we'll wait for this update, instead of hacking something unsupported.

  • User Avatar
    0
    Romka created

    Hello,

    I'm sorry to bother you with that again ; our customer asks us for an approximative date for this feature... so it will depend on the release date for aspnetzero 8.1. Do you know an approx date for this release ?

    Thanks.

  • User Avatar
    0
    maliming created
    Support Team

    Our plan is to release 8.1 this Friday if we don't face any major problem. https://github.com/aspnetzero/aspnet-zero-core/issues/2809

  • User Avatar
    0
    Romka created

    Thanks for answer, mailiming !