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)
-
0
hi
You need to enable the LDAP login feature and configure related settings.
https://docs.abp.io/en/commercial/latest/modules/account/ldap
-
0
-
0
-
0
Yes,I have enable Ldap Login In Manage host feature.
-
0
hi
Can you check the
AbpFeatureValues
table?Also clear the cache.