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 ...
Aug 07, 2018
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
- DeletedAug 07, 2018Thanks a lot. That was the missing part. I will try that.