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
{'errors': [{'detail': 'Login failed', 'status': '401', 'source': {'pointer': '/data'}, 'code': 'authentication_failed'}]} with an SSO auth token that is supposed to still be valid (EXP 1689915993), after it being created just 2h ago.
We either need to set a custom expiry, check the validity of the token on start and/or refresh the token according to OIDC standards.
The text was updated successfully, but these errors were encountered:
{'errors': [{'detail': 'Login failed', 'status': '401', 'source': {'pointer': '/data'}, 'code': 'authentication_failed'}]}
with an SSO auth token that is supposed to still be valid (EXP 1689915993), after it being created just 2h ago.We either need to set a custom expiry, check the validity of the token on start and/or refresh the token according to OIDC standards.
The text was updated successfully, but these errors were encountered: