Open kghost opened 1 month ago
Thank you for the report - the problem is likely an incorrect JSON encoder somewhere deep down in fosite. If you have an idea where this could come from, we appreciate help in pinning down the issue!
Looks like this is fixed on master: https://github.com/ory/hydra/pull/3819
Thanks @aeneasr I'll be glad to verify it when the fix is released.
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