sharepoint-token-helper
v1.0.1
Published
Nodejs Helper to connect with sharepoint online
Downloads
9
Maintainers
Readme
#The ideia here will be
Create TokenHelper.js and SharePointContext.js
Based in these files base/TokenHelper.cs and base/SharePointContext.cs
#Setup
Go to /_layouts/15/AppRegNew.aspx and register a new application
Create a SharePoint App Provider hosted and delete the MVC project
Open AppManifest.xml
<RemoteWebApplication ClientId="{{app_client_id}}" />
<RemoteEndpoints>
<RemoteEndpoint Url="https://localhost:3030" />
</RemoteEndpoints>
- Create File config.js and them put the client_id and appSecret
module.exports = {
client_ID:"{{clientID}}",
appSecret:'{{appSecret}}'
}
#TODO
Tests More Features