-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Since yesterday I noticed on a few servers that we have started getting timeouts for verfie access token logic. The code was not changed but it started throwing a lot of timeouts with a log
During handling of the above exception, another exception occurred:
await jwt_verifier.verify_access_token(okta_token)#012
File "python3.11/site-packages/okta_jwt_verifier/jwt_verifier.py",
line 101, in verify_access_token
#012 raise JWTValidationException(str(err))
#012okta_jwt_verifier.exceptions.JWTValidationException:
Timeout exceeded for ('GET', 'https://*.okta.com/oauth2/default/v1/keys')#012
With simple curl to this public endpoint it works without problem.
Metadata
Metadata
Assignees
Labels
No labels