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?
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?
You can use the following https://docs.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.
4 people are following this question.