[ 
https://issues.apache.org/jira/browse/CONNECTORS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653072#comment-13653072
 ] 

Karl Wright commented on CONNECTORS-565:
----------------------------------------

The documentation for the REST api itself looks straightforward - although the 
URLs used are not always legal URLs (thanks, Microsoft!).  But the big problem 
seems to be authentication - you need to obtain an access token and pass it in 
the Authorization header.  This is apparently OAuth, which basically requires 
an application to register itself with some service in the Azure cloud and get 
back a context token.  The context token is then supplied to SharePoint to get 
back the access token (which is a kind of session token apparently).

This is a lot more complicated than most people will be able to tolerate, I 
think.  But there also seems to be a simpler way:

http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/73d22947-0539-4f4c-ad8c-8e9c2adb84ef/

I'm not even sure what FBA stands for here, but if it is widely enabled it 
could be a better option?

                
> Add support for SharePoint 2013
> -------------------------------
>
>                 Key: CONNECTORS-565
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-565
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 1.1
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF next
>
>
> SharePoint 2013 has RTM'd, so it is time to start figuring out how to support 
> it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to