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
okta-sdk-python - http_client - ERROR - {'message': "HTTP 401 {'error': 'invalid_client', 'error_description':
'The client_assertion token has an expiration too far into the future.'}"}
errors on Python, but never on node. i set my clock using time.windows.com, but it's usually 1 sec fast
The text was updated successfully, but these errors were encountered:
Okta node sdk sets expiration for 5 minutes:
https://github.com/okta/okta-sdk-nodejs/blob/895d48c9bf4e2e1d0d2fadcf0a84cc550e301851/src/jwt.js#L72-L84
whereas Python uses 60 minutes:
okta-sdk-python/okta/jwt.py
Lines 114 to 122 in 700c5f1
i frequently get
errors on Python, but never on node. i set my clock using time.windows.com, but it's usually 1 sec fast
The text was updated successfully, but these errors were encountered: