Registering an app permission in SharePoint

Viewed 32

I am needing to connect from Azure (Azure data factory) to SharePoint sites When I then create a linked service, I get the following error

Failed to get metadata of odata service, please check if service url and 
credential is correct and your application has permission to the resource. 

So, here is what I am doing - detailed:

  • I registered an app in Azure Active Directory and then went to Grant permission to that app ("add-in" in SharePoint language, if I get it right) with the SharePoint.

So, in the following, I am not understanding: enter image description here

1.) What to put for domain ? and for redirect.
Is it something like "www.myCompanyDomain.com" and http://www.myCompanyDomain.com ? or is it something to be taken from Azure Registered app configuration ?

  1. ) In the XML pasted, the "Scope" - Do I specify it literally as it is shown ? (Actually http://sharepoint/content/sitecollection) or is it to be replaced with my company's sharepoint Farm URL ?

Would appreciate any help ...

1 Answers
Related