如何从Android App验证SharePoint REST调用?

时间:2014-07-10 09:48:37

标签: android rest sharepoint sharepoint-2010 sharepoint-2013

我有一个使用SharePoint Foundation 2013构建的网站。我在那里有许多列表和库。

例如: 我需要开发一个Android应用程序来显示SharePoint列表项/数据。 使用SharePoint 2013 Rest API,我们可以获取SharePoint数据表单。

但问题是身份验证。我在SharePoint Foundation 2013中使用基于Windows NTLM声明的身份验证。

如何在Android应用程序内验证我的SharePoint网站并获取SharePoint数据并将其显示在Android应用程序中?

有谁知道解决方案?

2 个答案:

答案 0 :(得分:0)

您需要在Android上使用NTLM身份验证库。

看看这个: http://danhounshell.com/blog/android-using-ntlm-authentication-with-httpclient/

您可以使用此位置提供的JAR通过NTLM发出HTTP请求:

http://jcifs.samba.org/

答案 1 :(得分:0)

我们使用第三方库JShare。该库支持NTLM,适用于Java和Android