Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 sub 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

share|improve this question

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer
I came across simplesamlphp (simplesamlphp.org) which could be a potential solution. – Desmond Liang Aug 20 '10 at 13:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.