File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -526,8 +526,10 @@ def _get_regional_authority(self, central_authority):
526
526
if region_to_use :
527
527
regional_host = ("{}.r.login.microsoftonline.com" .format (region_to_use )
528
528
if central_authority .instance in (
529
- # The list came from https://github.com/AzureAD/microsoft-authentication-library-for-python/pull/358/files#r629400328
529
+ # The list came from point 3 of the algorithm section in this internal doc
530
+ # https://identitydivision.visualstudio.com/DevEx/_git/AuthLibrariesApiReview?path=/PinAuthToRegion/AAD%20SDK%20Proposal%20to%20Pin%20Auth%20to%20region.md&anchor=algorithm&_a=preview
530
531
"login.microsoftonline.com" ,
532
+ "login.microsoft.com" ,
531
533
"login.windows.net" ,
532
534
"sts.windows.net" ,
533
535
)
You can’t perform that action at this time.
0 commit comments