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 02dd5b7 commit 65243bfCopy full SHA for 65243bf
msal/application.py
@@ -226,6 +226,7 @@ class ClientApplication(object):
226
REMOVE_ACCOUNT_ID = "903"
227
228
ATTEMPT_REGION_DISCOVERY = True # "TryAutoDetect"
229
+ DISABLE_MSAL_FORCE_REGION = False # Used in azure_region to disable MSAL_FORCE_REGION behavior
230
_TOKEN_SOURCE = "token_source"
231
_TOKEN_SOURCE_IDP = "identity_provider"
232
_TOKEN_SOURCE_CACHE = "cache"
0 commit comments