Hello, I have a Windows 2008R2 based intranet server running a PHP based intranet application in IIS. We want to improve the intranet now and integrate data from external systems, for instance data retrieved from the Exchange web services or information from a Sharepoint webservice.
Log in for the users with their windows credentials works. And PHP running as FastCGI impersonates just fine.
The problem is now: I cannot access web services with Windows authentication passing the credentials of the logged on user.
I could not find anything related to that problem on the internet. Am I the only one in the world who wants to federate content from certain windows servers into an existing PHP application?
I know that I could do this in .NET easily... but I just cannot recreate the whole intranet application.
Any pointers would help me very much!
Thank you, Fabian