Web Application .net core with SharePoint online access

Deleted
Not applicable

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

 

2 Replies
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
Thanks a lot. That was the missing part. I will try that.