Create Sharepoint App
Create Sharepoint App
Login to your Microsoft Sharepoint site
Navigate to the this URL once you are logged into Sharepoint - https://youragency.sharepoint.com/_layouts/15/AppRegNew.aspx
Click Generate a Client ID and Client Secret. Copy the Client ID to clipboard, you will need this for the next section.
![SP-app1.png 1904](https://files.readme.io/e051f73-SP-app1.png)
Enter ‘Velosimo’ into the Title field, 'connect.velosimo.io’ into the App Domain field, and ‘https://connect.velosimo.io/oauth/callback’ into the Redirect URL field
![SP-app2.png 1904](https://files.readme.io/93d10c6-SP-app2.png)
Click Create
You will be redirected to this message screen after successfully creating the app. Click OK.
![SP-app4.png 1904](https://files.readme.io/e3eee25-SP-app4.png)
Grant App Permissions
Redirect your browser to https:///_layouts/15/appinv.aspx
Paste the Client ID you generated in step 4 of the previous section into the App ID and click “Lookup”.
![SP-app5.png 1904](https://files.readme.io/131f53c-SP-app5.png)
Copy & paste the following into the the Permission Request XML field
<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl" />
</AppPermissionRequests>
![SP-app6.png 1904](https://files.readme.io/cdc86e5-SP-app6.png)
Next, the permission consent dialog displays. Click the Trust It button to grant the permissions.
![SP-app7.png 826](https://files.readme.io/4c3be33-SP-app7.png)
On-Premise Network Settings
For on-premise Sharepoint deployments you will need to provide firewall access to the Velosimo Cloud's IP addresses 54.70.20.215, 35.164.131.175, 3.222.241.24.
Updated over 3 years ago