How to grab AD credentials from client machine in a web application?

后端 未结 4 2001
粉色の甜心
粉色の甜心 2020-12-17 06:41

Is it possible to grab activedirectory credentials for the user on a client machine from within a web application?

To clarify, I am designing a web application which

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-17 07:27

    Maybe .NET has a more direct way to do it, but with PHP I just access our Active Directory server as an LDAP server.

    I'm not sure what adjustments to the server are required to do this. I didn't setup the server, I just query it. I'm not suggesting you use PHP either. I just find it easier to deal with LDAP then trying to tie directly into Active Directory.

提交回复
热议问题