We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The first ID token after authenticating and remembering login is
{ "access_token": "a-LfDoimq-CSafvN7R2xatmWBzTZmyHSMwt_KxsIzFo.B7uKaHcr1nvNBUqSNizNSAzVBOWvFPiKLR-DEOIaZQY", "expires_in": 3599, "id_token": { "at_hash": "JjRX2tYPkQlG3Vl3aSji2A", "aud": [ "test-client" ], "auth_time": 1527155396, "baz": "bar", "exp": 1527158996, "iat": 1527155396, "iss": "https://oidc-certification.ory.sh:8443/", "jti": "9f3eae59-d3dd-4419-80f0-e05006968a6d", "nonce": "YyDWyytTsH5OgRkB", "rat": 1527155391, "sub": "foo@bar.com" }, "scope": "openid", "state": "ML39EY4CRraKhliF", "token_type": "bearer" } --
The second is
{ "access_token": "V00Mt0L5AfXYswIzYIUX5I8AFM0hzID6i5J9mUf4TNk.fVruI_AV_i_h2XZew5fGBTgkOeh6Zg8NZtXpbPBF-k0", "expires_in": 3599, "id_token": { "at_hash": "HDVFK7oO5ypP--_JBYGL1Q", "aud": [ "test-client" ], "auth_time": 1527155395, "baz": "bar", "exp": 1527158998, "iat": 1527155398, "iss": "https://oidc-certification.ory.sh:8443/", "jti": "17024cf8-6f47-412d-a607-23404b18fc9c", "nonce": "DA9vXhL6lULFdTsK", "rat": 1527155397, "sub": "foo@bar.com" }, "scope": "openid", "state": "QEv2up8Cxe0rBfdT", "token_type": "bearer" }
So there seems to be a one second difference here which is probably (again) some timing issue.
The text was updated successfully, but these errors were encountered:
Solved on master
Sorry, something went wrong.
aeneasr
No branches or pull requests
The first ID token after authenticating and remembering login is
The second is
So there seems to be a one second difference here which is probably (again) some timing issue.
The text was updated successfully, but these errors were encountered: