hi @bqabani
Can you share the steps and code to reproduce?
hi @gvnuysal and @muratdogan@hitit.edu.tr
We are using ldap4net to handle LDAP authentication. You can try using this library first, such as connecting to your LDAP server and** authenticating users**.
The ldap source code in the account pro module is also very simple, all using ldap4net.
https://github.com/flamencist/ldap4net
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/LdapManager.cs#L23
hi
Could you please tell me where it is located or share one with me via attachment?
https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.Authorization
I will check your email asap. : )
hi muratdogan@hitit.edu.tr
The LdapExternalLoginProvider
is build-in of Account.Pro
module. It already added.
Here is the source code of LdapManager
.
https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Ldap/Volo/Abp/Ldap/LdapManager.cs#L23
You can also check this. https://support.abp.io/QA/Questions/715#answer-5bc69be7-72b0-d348-9073-39f99a91f0b1
if you need the souce code of OpenLdapManager
please send an email to me. liming.ma@volosoft.com
hi
Please refer to: https://support.abp.io/QA/Questions/677/Is-there-any-official-document-showing-how-to-set-up-yaml-based-CICD-pipelines-in-Azure-DevOps#answer-2b6d196a-a2cd-0e7e-015b-39f978b27f3b
hi
Can you share the steps to reproduce the problem? You can use free template project.
https://github.com/abpframework/abp/issues/7002
hi
Maybe this PR will implement this.
https://github.com/abpframework/abp/pull/6647
Sorry not yet, I will add it as soon as possible.
https://github.com/abpframework/abp/issues/6987
hi
Use the repository to query data, you can throw a exception then the ui will automatically show the messages.
https://docs.abp.io/en/abp/latest/Exception-Handling#business-exceptions https://docs.abp.io/en/abp/latest/Exception-Handling#user-friendly-exception
hi albert.ogbekhilu and muratdogan@hitit.edu.tr
You can check souce code of OpenLdapManager
and LdapExternalLoginProvider
The ldap feature is base on https://github.com/abpframework/abp/pull/4979