Error in logging in authentication against Active Directory with ASP.NET Core by LDAP
问题 I'm implementing an ASP.NET Core project and I'm trying to authenticate the user login via LDAP to Active Directory. I'm using this link https://www.brechtbaekelandt.net/blog/post/authenticating-against-active-directory-with-aspnet-core-2-and-managing-users in order to implement the authentication against Active Directory with ASP.NET Core. What I've tried in appsettings.json is like below: { "AllowedHosts": "*", "ConnectionStrings": { "CSDDashboardContext": "Server=xxxx;Database=CSS;Trusted