Share via

Can MSGraph be configured to be proxy aware?

Darwin Dobson 1 Reputation point
2021-08-25T18:56:02.603+00:00

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?

Microsoft Security | Microsoft Graph
0 comments No comments

1 answer

Sort by: Most helpful
  1. Glen Scales 4,446 Reputation points
    2021-08-27T00:08:31.927+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

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