Skip to content

Commit

Permalink
prefer organizations tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell committed Jun 4, 2020
1 parent 5e74904 commit d6458ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def __init__(self, username=None, **kwargs): # pylint:disable=unused-argument
self._username = self._auth_record.username
self._environment_aliases = frozenset((self._authority,))
else:
authenticating_tenant = "common"
authenticating_tenant = "organizations"
authority = kwargs.pop("authority", None)
self._authority = normalize_authority(authority) if authority else get_default_authority()
environment = urlparse(self._authority).netloc
Expand Down

0 comments on commit d6458ff

Please sign in to comment.