Ok @maliming thank you
https://github.com/Nordes/IdentityServer4.LdapExtension and config appsetting I ran this project with these settings.
{
"IdentityServerLdap": {
// Example: If you use a redis instead of in-memory (See Startup.cs)
//"redis": "localhost:32771,ssl=false",
//"RefreshClaimsInSeconds": 3600,
"Connections": [
{
"FriendlyName": "Active directory",
"Url": "LdapServerİpAdress",
"Port": 389,
"Ssl": false,
"BindDn": "Hitit\\Administrator",
"BindCredentials": "Password",
"SearchBase": "DC=hitit,DC=edu,DC=tr",
"SearchFilter": "(&(objectClass=user)(sAMAccountName={0}))",
"PreFilterRegex": "^(?![a|A]).*$" // not mandatory and will take everything not starting with A
}
After clicking the login button on the login page, I can go to the account page and find out whether or not I can get information about ldap by debugging it. No Account Login cs in Abp Framework
Hi @maliming, albert.ogbekhilu
Can you share your project on github. How many nights, how many days I've been struggling but I just couldn't figure it out.
Can albert.ogbekhilu , maliming help me where to add LdapExternalLoginProvider and also how do I do what parts. I would appreciate it if it's visual. I just started the abp framework. Sorry I'm tiring you.
Can you explain in detail what we will add in the application with a detailed documentation. Can you describe it with the pictures of the application layer?
As in the settings, I do not have the Ldap interface.
The screens you have shown do not appear with me. We have just started Abp Framework, if you tell us with a detailed documentation, how will we add Ldap integration to the project and use it. Thank you already.
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.