Hi,
i am new in ABP framework, and i am working on the LDAP integration, i have followed the guide as link below: https://docs.abp.io/en/commercial/latest/modules/account/ldap#customize-built-in-services However i found out few objects were not found neither in LDAPForNet nor Volo.Abp.Ldap, error as screenshot below:
i cant find the LdapExternalLoginProvider, therefore i had followed the link as below: https://support.abp.io/QA/Questions/2540/Ldap-Operations-Error to create an external class of the LdapExternalLoginProvider, but then there are still errors on ILdapSettingProvider, which i cant finr the reference also, does anybody can help on this?
Thanks and regards, Jeffrey
6 Answer(s)
-
0
hi
- ABP Framework version: vX.X.X
-
0
ABP Framework version: v4.4.3
-
0
See https://docs.abp.io/en/commercial/4.4/modules/account/ldap
-
0
See https://docs.abp.io/en/commercial/4.4/modules/account/ldap
Hi,
thanks for the info, i managed to put into my project, however how should i know which class is placed under which project? according to the documentation, i put the VoloOpenLdapManager.cs and VoloLdapExternalLoginProvider.cs under the HttpApi.Host project as below:
is this correct? sorry for my immature experience
-
0
hi
You are right, You need to put it in the project where the account is hosted.
-
0
hi
You are right, You need to put it in the project where the account is hosted.
thanks, i managed to solve it