Creating application with PHP to connect to MS Active Directory?

  • Thread starter Thread starter chillimoto
  • Start date Start date
C

chillimoto

Guest
I'm creating an application using PHP to connect to MS Active Directory in a corporation.

How can I make my web application is a SSO using the login credential client has provided during AD signing in? Meaning to say this, my web does not display login inputs if the client has already log in using windows logon.

For example, let just say the webserver is A, Active Directory server is B and the client's terminal is C. During windows logon, client use C to specify the login credentials to B. Then from C, the client launch browser to view web portal in A. How can I make A do not prompt the sign in form instead check directly from B?
 
Back
Top