Using windows authentication with php?

后端 未结 4 1769
暗喜
暗喜 2020-12-01 21:45

Scenario:

I have a area of a website that needs to be secure and accessible when offsite. I want the user to enter the username and password used to login at work i

4条回答
  •  我在风中等你
    2020-12-01 21:51

    You should be able to use LDAP, in your case it is most likely Windows Active Directory via IIS. There are php packages out there to interact with various types of LDAP implementations. Here is a link:
    http://php.net/manual/en/book.ldap.php

提交回复
热议问题