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 5fee356 commit afbecb6Copy full SHA for afbecb6
libraries/botframework-connector/botframework/connector/auth/government_constants.py
@@ -24,7 +24,7 @@ class GovernmentConstants(ABC):
24
"""
25
TO CHANNEL FROM BOT: Login URL prefix
26
27
- TO_CHANNEL_FROM_BOT_LOGIN_URL_PREFIX = "https://login.microsoftonline.com/"
+ TO_CHANNEL_FROM_BOT_LOGIN_URL_PREFIX = "https://login.microsoftonline.us/"
28
29
DEFAULT_CHANNEL_AUTH_TENANT = "MicrosoftServices.onmicrosoft.us"
30
0 commit comments