Skip to content

Commit

Permalink
Corrected Gov LoginUrl prefix (#2091)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored Mar 26, 2024
1 parent 5fee356 commit afbecb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit afbecb6

Please sign in to comment.