8000
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.
2 parents da31923 + 0891351 commit e758e70Copy full SHA for e758e70
libraries/botframework-connector/botframework/connector/auth/government_constants.py
@@ -15,9 +15,7 @@ class GovernmentConstants(ABC):
15
TO CHANNEL FROM BOT: Login URL
16
"""
17
TO_CHANNEL_FROM_BOT_LOGIN_URL = (
18
- "https://login.microsoftonline.us/"
19
- "cab8a31a-1906-4287-a0d8-4eef66b95f6e/"
20
- "oauth2/v2.0/token"
+ "https://login.microsoftonline.us/MicrosoftServices.onmicrosoft.us"
21
)
22
23
0 commit comments