How to access MS Graph from ASP.NET Core Web App completely using HttpClient without consent

Nishant Lakhlani 0 Reputation points
2023-06-17T15:27:34.6833333+00:00

How to access MS Graph from ASP.NET Core Web App completely using HttpClient without asking any credentials to users (i.e., Silently taken some default users). Below are key requirements:

  1. A public facing ASP.NET Core Web App without asking End uses for Authentication having just 1 page allowing them to upload their file
  2. The Uploaded files from Web App needs to be saved in either OneDrive / SharePoint (This is @ Enterprise i.e., Specific Tenant based)

So in summary it's like we need a public interface to allow anyone to upload and those files should get stored directly in our OneDrive / SharePoint without asking users for any kind of login / consent using MS Graph.

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.