8000 Merge pull request #1231 from microsoft/axsuarez/arlington · TaffyWrinkle/botbuilder-python@e758e70 · GitHub
[go: up one dir, main page]

Skip to content

Commit e758e70

Browse files
authored
Merge pull request microsoft#1231 from microsoft/axsuarez/arlington
Potential arlington support for the future
2 parents da31923 + 0891351 commit e758e70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libraries/botframework-connector/botframework/connector/auth/government_constants.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ class GovernmentConstants(ABC):
1515
TO CHANNEL FROM BOT: Login URL
1616
"""
1717
TO_CHANNEL_FROM_BOT_LOGIN_URL = (
18-
"https://login.microsoftonline.us/"
19-
"cab8a31a-1906-4287-a0d8-4eef66b95f6e/"
20-
"oauth2/v2.0/token"
18+
"https://login.microsoftonline.us/MicrosoftServices.onmicrosoft.us"
2119
)
2220

2321
"""

0 commit comments

Comments
 (0)
0