How can my registered app get Microsoft Graph access for SharePoint file of a different organization?
In Microsoft Azure (portal.azure.com), I created my own developer tenant and registered an application. It can authenticate using its client ID and secret, all fine. I also configured it to allow public client flows
and accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)
.
How can my registered app get Microsoft Graph access for SharePoint file of a different organization?
In Microsoft Azure (portal.azure.com), I created my own developer tenant and registered an application. It can authenticate using its client ID and secret, all fine. I also configured it to allow public client flows
and accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)
.
Use Microsoft Graph authentication to download SharePoint document by direct link (WebUrl)
I am trying to update a SharePoint CSOM application to use the Microsoft Graph API.
The existing program used credentials (username + password) from the SharePoint CSOM to download documents from SharePoint using the System.Net.WebClient library. What I can’t work out how to pass the authentication details from Microsoft graph to SharePoint.
How to retrieve audit logs for sensitivity label application on SharePoint files using Microsoft Graph API?
I’m trying to retrieve audit logs or activity reports related to sensitivity labels applied to files stored in SharePoint using the Microsoft Graph API. Specifically, I want to track when a sensitivity label is applied or changed on a file within SharePoint.