Forum Discussion
Deleted
Aug 07, 2018Web Application .net core with SharePoint online access
Hi Guys,
I have to develop a web app, which has to load documents from SharePoint online.
I decided to use a .net core asp.net web app. Now I try to find a solution to authenticate with SharePoint and get the files. Is this here the right approach? http://www.sharepoint.bg/radi/post/Getting-Started-with-ASPNET-Core-Add-ins-for-SharePoint-Online
I'm not so familiar with SharePoint.
Thanks for your opinion!
Simone
- Take a look about how to register Apps in Azure AD and use the Microsoft Graph API to get the files you need to show in the App
- DeletedThanks a lot. That was the missing part. I will try that.