First of all, sorry per my poor english, it’s not a primary language. So, the context is: I'm working on a intranet site developed in php hosted at a windows 2012 server with IIS. This site should have the authentication system integrated with the Active Directory. I managed to integrate it using the ldap_bind function, which is perfect for when the user is out of the network. But, I also need it to automatically login when the user is already logged at the windows, how to get to this result? What to search for?
Thank you very much.