Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am configuring the MS Graph library to work with SharePoint and have a question whether the graph library is proxy aware or do I have to create exclusion in my firewall to allow connection to microsoft.graph.com?
An API that connects multiple Microsoft services, enabling data access and automation across platforms
You can use the following https://learn.microsoft.com/en-us/graph/sdks/customize-client?tabs=csharp to customize the underlying httpclient (and handler) that Graph uses to support handling a proxy.