From 04e7fea591a4b7e02020e11bea086e52f9a1d727 Mon Sep 17 00:00:00 2001 From: HardMax71 Date: Thu, 10 Sep 2026 20:36:55 +0200 Subject: [PATCH] docs: say that verify, proxies and timeout do not apply to a custom http_client Each of the three parameters already carries that note; the http_client paragraph itself did not, so a reader of it could miss it. --- msal/application.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/msal/application.py b/msal/application.py index 1aa14c28..a0defcd4 100644 --- a/msal/application.py +++ b/msal/application.py @@ -500,6 +500,9 @@ def get_client_assertion(): to attempt one retry on connection error. If you are providing your own http_client, it will be your http_client's duty to decide whether to perform retry. + The ``verify``, ``proxies`` and ``timeout`` parameters below configure + only the default session; when you pass your own http_client, + set those on it yourself. :param verify: (optional) It will be passed to the