[Feature Request] Region auto enable on env variable #862
Labels
confidential-client
For issues related to confidential client apps
Feature Request
Request for new functionality
Region auto-enable
MSAL_FORCE_REGION
, which will be set to a specific region (e.g.westus1
)Disabling the behavior
If region is explicitly set in MSAL to the string "DisableMsalForceRegion`, then the above no longer applies
Conflicts with
WithAzureRegion(xyz)
Use of the api
WithRegion(xyz)
takes precedence over the env variable.Acceptance tests
For all of the tests, assume env variable MSAL_FORCE_REGION=eastus
Original issue:
AzureAD/microsoft-authentication-library-for-dotnet#4930
The text was updated successfully, but these errors were encountered: