/oauth2/token return id_token with malformed updated_at (scientific notation) #3850
Open
3 of 5 tasks
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
No response
Describe the bug
/oauth2/token returns a json with id_token, after base64 decoding, I got following json:
Everything is fine except that updated_at is in scientific notation.
And my application kratos returns an error:
Reproducing the bug
Environment:
Oauth2 Provider: Kratos(v1.2.0) + Hydra(v2.2.0) + UI(v0.14.1)
Application: Kratos(v1.2.0) + UI(v0.14.1)
I can confirm that
/admin/oauth2/auth/requests/consent/accept
endpoint got currect claims:I also checked the database, and confirms that
hydra_oauth2_flow
table contains correctsession_id_token
:Relevant log output
No response
Relevant configuration
No response
Version
v2.2.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes with Helm
Additional Context
No response
The text was updated successfully, but these errors were encountered: