LDAP Authentication in ASP.Net MVC

前端 未结 5 501
野的像风
野的像风 2020-12-04 09:49

I want to be able to authenticate a user by using their domain UserId and Password, but the default ASP.Net MVC application allows the user to register a userId and password

5条回答
  •  不思量自难忘°
    2020-12-04 10:49

    LdapConnection is a member of System.DirectoryServices.Protocols namespace (and you have to add System.DirectoryServices.Protocols library to your references)

提交回复
热议问题