diff --git a/planet/auth_builtins.py b/planet/auth_builtins.py index f870639d..4a23d9ee 100644 --- a/planet/auth_builtins.py +++ b/planet/auth_builtins.py @@ -64,9 +64,9 @@ class _ProductionEnv: "scopes": [ PlanetOAuthScopes.PLANET, PlanetOAuthScopes.OFFLINE_ACCESS, - # PlanetOAuthScopes.OPENID, - # PlanetOAuthScopes.PROFILE, - # PlanetOAuthScopes.EMAIL + PlanetOAuthScopes.OPENID, + PlanetOAuthScopes.PROFILE, + PlanetOAuthScopes.EMAIL ], # "client_type": "oidc_device_code", # Must be provided when hydrating the SKEL # "client_id": _SDK_CLIENT_ID_PROD, # Must be provided when hydrating the SKEL