Skip to content

Commit

Permalink
Corrected Gov LoginUrl prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Mar 26, 2024
1 parent 5fee356 commit f0d0c29
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 f0d0c29

Please sign in to comment.