Skip to content

Commit

Permalink
fix: regression in Globus SDK v2 for login
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolausDS committed May 4, 2022
1 parent eaf8468 commit 593ed4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions globus_portal_framework/gclients.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
# This is legacy code for pre SDK-v3.3.x versions, it will be removed in the
# next version of DGPF.
CUSTOM_ENVS = {
'auth': {
'default': 'https://auth.globus.org',
'production': 'https://auth.globus.org'
},
'groups': {
# Globus SDK v2
'default': 'https://groups.api.globus.org',
Expand Down

0 comments on commit 593ed4a

Please sign in to comment.