Greetings, all! Achieve seamless integration between Salesforce and SharePoint systems through Files Connect in Salesforce. For detailed instructions, check out my corresponding YouTube video.
SharePoint
-
Create an
App: https://domain.sharepoint.com/_layouts/15/appregnew.aspx
Register an
App: https://domain.sharepoint.com/_layouts/15/appinv.aspx
Permission
in SharePoint
<AppPermissionRequests
AllowAppOnlyPolicy="true">
<AppPermissionRequest
Scope="http://sharepoint/content/sitecollection"
Right="FullControl" />
</AppPermissionRequests>
Salesforce
(Authorize & Token Endpoint URL Format) -
Authorize
Endpoint URL: https://v2218.sharepoint.com/_layouts/15/OauthAuthorize.aspx
Token
Endpoint URL:
https://accounts.accesscontrol.windows.net/{{TenantId}}/tokens/oAuth/2?resource=00000003-0000-0ff1-ce00-000000000000/{{domain}}.sharepoint.com@{{TenantId}}