Skip to content

Commit 65243bf

Browse files
committed
Add an alias DISABLE_MSAL_FORCE_REFRESH for False
1 parent 02dd5b7 commit 65243bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

msal/application.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ class ClientApplication(object):
226226
REMOVE_ACCOUNT_ID = "903"
227227

228228
ATTEMPT_REGION_DISCOVERY = True # "TryAutoDetect"
229+
DISABLE_MSAL_FORCE_REGION = False # Used in azure_region to disable MSAL_FORCE_REGION behavior
229230
_TOKEN_SOURCE = "token_source"
230231
_TOKEN_SOURCE_IDP = "identity_provider"
231232
_TOKEN_SOURCE_CACHE = "cache"

0 commit comments

Comments
 (0)