diff --git a/descarteslabs/auth/auth.py b/descarteslabs/auth/auth.py index 3f068fe1..a1549304 100644 --- a/descarteslabs/auth/auth.py +++ b/descarteslabs/auth/auth.py @@ -698,7 +698,10 @@ def _get_token(self, timeout=100): ) if self.client_id in [ + # production tenant "ZOBAi4UROl5gKZIpxxlwOEfx8KpqXf2c", + # descarteslabs-dev tenant + "DK0fmkWyfgBaLzhvhhKXUeu3BkwROIkX", ]: # TODO(justin) remove legacy handling # TODO (justin) insert deprecation warning if self.scope is None: