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

We have our PHP application that requires authentication, and for our clients that run SharePoint we'd like to offer some kind of SSO service, so that the users can use their SharePoint credentials (we did something similar with Google Apps, CAS, ...)

Note: Obviously, our app is not hosted on the same domain/premices as SharePoint

I can't find the litterature about it, so any pointer would be welcome !

NB: we'd like to implement a proper tier authentification mechanism, so that the user can log into our app directly by typing the URL, and choose to login using SharePoint, exactly like you'd do with OAuth and the like...

Thanks in advance !

share|improve this question
Not exactly a duplicate - but very close - stackoverflow.com/questions/11973397/… – Ryan Aug 20 '12 at 13:37
Were you able to solve your issue? – BlackBook Feb 14 at 8:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.