diff --git a/libraries/botframework-connector/botframework/connector/auth/government_constants.py b/libraries/botframework-connector/botframework/connector/auth/government_constants.py index 6574859eb..dd235aba7 100644 --- a/libraries/botframework-connector/botframework/connector/auth/government_constants.py +++ b/libraries/botframework-connector/botframework/connector/auth/government_constants.py @@ -24,7 +24,7 @@ class GovernmentConstants(ABC): """ TO CHANNEL FROM BOT: Login URL prefix """ - TO_CHANNEL_FROM_BOT_LOGIN_URL_PREFIX = "https://login.microsoftonline.com/" + TO_CHANNEL_FROM_BOT_LOGIN_URL_PREFIX = "https://login.microsoftonline.us/" DEFAULT_CHANNEL_AUTH_TENANT = "MicrosoftServices.onmicrosoft.us"