-
Bug
-
Resolution: Done
-
Major
-
7.3.4.GA
-
False
-
False
-
-
-
-
-
-
-
-
Undefined
-
JwtValidator is reading the exp and nbf field as a Java int instead of long:
This means the maximum expiration date is ~January 18, 2038. Also, with Javascript a NumericDate this would be a 64-bit value. The JWT spec also leaves open the possibility of a decimal value so that should possibly be accounted for.
- clones
-
ELY-2069 JWT token validation uses int instead of long for the dates: exp (expiration) and nbf
- Resolved
- is incorporated by
-
JBEAP-20940 (7.3.z) Upgrade WildFly Elytron from 1.10.11.Final-redhat-00001 to 1.10.12.Final-redhat-00001
- Closed