I have an asp.net 8.0 project. This project acts as a gateway, accepts the content of the front-end request, and forwards the content to different microservices.
Now I want to integrate an ldap authentication. How do I do it? Is there an example for me to refer to? What class library should I use to integrate it?
This project is deployed with docker and will be deployed in a linux environment. So which package should I use to integrate it? What should be configured in the appsetting.json file? What should be registered in the Program.cs file?
I want to verify whether the user exists in the LDAP server when logging in to the interface
I don’t know what library to use and what the whole process is. I hope someone can provide me with an example. Thank you.
ch lam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.