Hi,
I wrote a rather simple php application for use on our Intranet. The application has two portions, one portion is supposed to be available to one group of users and the other to a second. We could have people in both groups.
What I wanted to do was setup IIS so that it would pass through the windows user name to the back end scripts. I do NOT want it to prompt for a user name and password, I want it to pick up the credentials of the already logged in user.
This is IIS under Windows 2012.
I am very new to IIS so I really have no clue how to go about this.
Thanks in advance for any nudges in the right direction...