diff --git a/social_core/backends/globus.py b/social_core/backends/globus.py index a9368081..818f0fbf 100644 --- a/social_core/backends/globus.py +++ b/social_core/backends/globus.py @@ -10,6 +10,7 @@ class GlobusOpenIdConnect(OpenIdConnectAuth): name = 'globus' OIDC_ENDPOINT = 'https://auth.globus.org' + JWT_ALGORITHMS = ['RS256', 'RS512'] EXTRA_DATA = [ ('expires_in', 'expires_in', True), ('refresh_token', 'refresh_token', True),