Searching and Autocomplete a username from Active Directory to ASP.net core 3.1
Budget: $10 – $30 USD
Hi to all,
So I have this project where I need to do an integration with the domain active directory ( LDAP ).
the below scenario is working
- you can add a user ( it will save it into SQL DB )
-second time if I want to add the same user; it will search and autocomplete the username.
note: in this textbox; once you type the first 3 letters; it will look up and search only in the SQL database(local).
what I need is: I want to make integration with the domain active directory which means, I want to be able to search in the active directory for the username besides searching in the local DB.
So I have this project where I need to do an integration with the domain active directory ( LDAP ).
the below scenario is working
- you can add a user ( it will save it into SQL DB )
-second time if I want to add the same user; it will search and autocomplete the username.
note: in this textbox; once you type the first 3 letters; it will look up and search only in the SQL database(local).
what I need is: I want to make integration with the domain active directory which means, I want to be able to search in the active directory for the username besides searching in the local DB.