Open Closed

LDAP Integration Problem. #2270


User avatar
0
kapil created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4

  • UI type:MVC

  • DB provider: EF Core

  • Tiered (MVC) or Identity Server Separated (Angular): MVC

    When i tried LDAP Externalloginprovider with tenant and i have also enabled LDAP Login from Feature Management And Also Enable LDAP From Manage Host Feature. But

    await FeatureChecker.IsEnabledAsync(AccountFeature.EnableLdapLogin) is giving false value


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You need to enable the LDAP login feature and configure related settings.

    https://docs.abp.io/en/commercial/latest/modules/account/ldap

  • User Avatar
    0
    kapil created

    All the Config. are done perfectly you can see in the below uploaded images. still if any conifg. remaining you can inform us.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you try to change the feature of HOST?

  • User Avatar
    0
    kapil created

    Yes,I have enable Ldap Login In Manage host feature.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you check the AbpFeatureValues table?

    Also clear the cache.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11