We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6876820 commit 080d995Copy full SHA for 080d995
msal/application.py
@@ -247,7 +247,8 @@ def __init__(
247
4. An app which already onboard to the region's allow-list.
248
249
MSAL's default value is None, which means region behavior remains off.
250
- If enabled, some of the MSAL traffic would remain inside that region.
+ If enabled, the `acquire_token_for_client()`-relevant traffic
251
+ would remain inside that region.
252
253
App developer can opt in to a regional endpoint,
254
by provide its region name, such as "westus", "eastus2".
0 commit comments