Authenticate MS-Sharepoint user using PHP
I was told in the 'case-of-monday' meeting that I am going to integrate MS-sharepoint authentication to a existing PHP site. The idea is a MS-sharepoint user can login via the PHP site which has permission to query a s开发者_Python百科ub set of the Sharepoint resources (generic documents i.e. employee manual).
I need something to get started. Any idea what tool/library can get this done? or suggestions?
Thx in advance.
Des
Maybe you should think about writing a web service that uses the SharePoint API to query the items that you need, then provide that web service to authenticated users in PHP.
精彩评论