From f0d0c29f67f57c81fd41267c0890dc5a8ed2df4b Mon Sep 17 00:00:00 2001 From: Tracy Boehrer Date: Tue, 26 Mar 2024 13:51:06 -0500 Subject: [PATCH] Corrected Gov LoginUrl prefix --- .../botframework/connector/auth/government_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"