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
PR #595 introduced a breaking change on auth_time claim data type in id_token. Previously the auth_time claim was of type int64 but this change transformed it to float64. Although values are still equivalent hydra tests expects an integer.
Test: TestAuthCodeWithDefaultStrategy/case=ensure_consistent_claims_returned_for_userinfo expects the auth_time
To Reproduce
Checkout hydra's integration with fosite v0.40 branch from PR #2526
Describe the bug
PR #595 introduced a breaking change on
auth_time
claim data type inid_token
. Previously theauth_time
claim was of typeint64
but this change transformed it tofloat64
. Although values are still equivalenthydra
tests expects an integer.Test:
TestAuthCodeWithDefaultStrategy/case=ensure_consistent_claims_returned_for_userinfo
expects theauth_time
To Reproduce
v0.40
branch from PR #2526Expected behavior
Test PASS
The text was updated successfully, but these errors were encountered: