You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTPError: 400 Client Error: Bad Request for url: https://aai.egi.eu/auth/realms/egi/protocol/openid-connect/token
(1 additional frame(s) were not displayed)
...
File "galaxy/authnz/managers.py", line 291, in refresh_expiring_oidc_tokens_for_provider
refreshed = backend.refresh(trans, auth)
File "galaxy/authnz/psa_authnz.py", line 196, in refresh
user_authnz_token.refresh_token(strategy)
An error occurred when refreshing user token
The text was updated successfully, but these errors were encountered:
so indeed ("refresh_token" not in user_authnz_token.extra_data) is True, rather than user_authnz_token.extra_data["refresh_token"] is None (see social-core code causing the bug); to me it makes sense to close the issue and only reopen it if the problem arises again.
Sentry Issue: USEGALAXY-EU-MAIN-1JBA
The text was updated successfully, but these errors were encountered: