From c1a498caaf1d2457010cdcc56f62b127f5a8c06b Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Tue, 6 Jan 2026 19:42:41 -0600 Subject: [PATCH] Remove an incorrect documented default This is stale (SDK v3.x), as noted in #1359 --- src/globus_sdk/services/auth/client/confidential_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/globus_sdk/services/auth/client/confidential_client.py b/src/globus_sdk/services/auth/client/confidential_client.py index c3f160986..7639d44dd 100644 --- a/src/globus_sdk/services/auth/client/confidential_client.py +++ b/src/globus_sdk/services/auth/client/confidential_client.py @@ -112,8 +112,7 @@ def oauth2_start_flow( :param redirect_uri: The page that users should be directed to after authenticating at the authorize URL. - :param requested_scopes: The scopes on the token(s) being requested. Defaults to - ``openid profile email urn:globus:auth:scope:transfer.api.globus.org:all`` + :param requested_scopes: The scopes on the token(s) being requested. :param state: This string allows an application to pass information back to itself in the course of the OAuth flow. Because the user will navigate away from the application to complete the flow, this parameter lets the app pass