JWTClaimSet.Builder() - Dates are inserted in wrong format

Issue #213 invalid
Former user created an issue

When using the JWTClaimSet.Builder() methods expirationTime() and issueTime(), a Date object is required as parameter.

The ID Token which is created from this ClaimSet using the SignedJWT(JWTHeader, JWTClaimSet) constructor, these timestamps are inserted as real timestamp instead of converting them to seconds since UNIX Epoch, as specified in OAuth2 and OpenID specification.

Comments (1)

  1. Log in to comment