Skip to content

Commit 080d995

Browse files

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

msal/application.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ def __init__(
247247
4. An app which already onboard to the region's allow-list.
248248
249249
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.
250+
If enabled, the `acquire_token_for_client()`-relevant traffic
251+
would remain inside that region.
251252
252253
App developer can opt in to a regional endpoint,
253254
by provide its region name, such as "westus", "eastus2".

0 commit comments

Comments
 (0)