I have a sharepoint server with a claims-based authentication (ADFS server).

I have a Java app that needs to push data to a sharepoint list, preferably over the REST API, and with the additional requirement of needing to do it securely (authenticated and over https).

Has anyone done anything like this? I having the hardest time finding any solution that isn't "code the entire sharepoint/adfs/kerberos auth conversation from the ground up, just to get a fedAuth cookie"

link|improve this question
This seems like a brutal task. The sources I have read say there really isn't much you can do EXCEPT code your java from the ground up. Maybe you could try writing a .NET app, and use your java to talk to that? It seems like a roundabout way to do it, but then you would know exactly how to interface with it and still be able to use the SharePoint API on the .NET end. I know that's not an ideal solution - just brainstorming. – Matt May 16 at 15:43
feedback

1 Answer

Hi Trek I please see this links

http://code.msdn.microsoft.com/Remote-Authentication-in-b7b6f43c

Using C# how we pass authentication to sharepoint online site. This may help u.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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