接入点API

时间:2019-06-19 06:19:31

标签: api sharepoint sharepoint-addin

过去,我编写了使用Microsoft Graph连接到OneDrive的应用程序。

现在,我的老板要求我编写与SharePoint通信的应用程序,因此情况如下:我在一个单独的网络(没有Internet连接)中有一个shrepoint服务器。我可以通过以下浏览器访问SharePoint管理:http://mySharePoint:5186

我的问题是,如何注册我的应用程序,因为共享点服务器和将连接到此SharePoint的应用程序未连接到Internet。我的意思是如何获取客户ID,令牌等。

我尝试用to regitser the app的方法在浏览器中写道:http://mySharePoint/_layout/15/appreqnew.aspx,但在浏览器中出现“对不起,出了点问题”错误

1 个答案:

答案 0 :(得分:0)

Microsoft Graph不支持本地SharePoint Server。 这里有一个很好的文档,可以帮助您了解自己的情况https://docs.microsoft.com/en-us/sharepoint/dev/general-development/choose-the-right-api-set-in-sharepoint

如果您正在页面的SharePoint服务器上下文中运行代码,则将为您处理身份验证。如果要从SharePoint服务器上下文外部的服务调用API。您必须阅读有关SharePoint REST API身份验证的更多信息。场景太多,https://docs.microsoft.com/en-us/sharepoint/dev/general-development/build-mobile-apps-for-other-platforms-using-sharepoint#BuildMobileAppsInSharePoint2013ForNonWindowsPhone_AuthenticatingNonWindowsAppForSharePoint