Skip to content

[Feature Request] NTLM Proxy Authentication with credentials. #557

Answered by rayluo
chahilp asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your patience.

MSAL Python provided some parameters and relay them to the underlying requests, but that approach is not scalable. So, nowadays, MSAL Python allows app developer to provide a customized http_client that can have all the behavior you choose to have.

If you just want to customize the proxy behavior, you may just rely on requests's environmental variable behavior.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rayluo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #493 on April 26, 2023 22:59.