{'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.
{'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.