Skip to content

Commit f9038ae

Browse files
committed
Update the Globus Auth client ID
1 parent acc840d commit f9038ae

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Development
2+
-----------
3+
4+
* Update the Globus Auth client ID.

src/globus_registered_api/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from globus_registered_api.services import SERVICE_CONFIGS
3535

3636
# Constants
37-
RAPI_NATIVE_CLIENT_ID = "9dc7dfff-cfe8-4339-927b-28d29e1b2f42"
37+
NATIVE_CLIENT_ID = "5fde3f3e-78b3-4459-aea2-a91dfd9ace1a"
3838

3939
SCOPE_REQUIREMENTS: dict[str, str | Scope | Iterable[str | Scope]] = {
4040
AuthClient.scopes.resource_server: [AuthClient.scopes.openid],
@@ -110,7 +110,7 @@ def _create_globus_app() -> UserApp | ClientApp:
110110
else:
111111
return UserApp(
112112
app_name=app_name,
113-
client_id=RAPI_NATIVE_CLIENT_ID,
113+
client_id=NATIVE_CLIENT_ID,
114114
scope_requirements=SCOPE_REQUIREMENTS,
115115
config=_APP_CONFIG,
116116
)

0 commit comments

Comments
 (0)