not-yet-valid
A not-yet-valid token (nbf in the future)
A correctly signed token whose nbf claim is in the future. Usually a clock difference between two machines rather than an attack.
REJECT
Your service should reject this one.
Stated as the outcome to assert against, so a suite compares with this rather than hardcoding a result and getting it backwards.
Signed correctly, but nbf says it is not valid yet. Usually a clock difference between the two machines rather than an attack - worth knowing which one you are looking at.
Provenance
- Kind
- normativeA specification clause requires this. Failing it is non-conformance, not opinion.
- Source
- built-in
- Clause
- RFC 7519 §4.1.5
- CVE
- none
- Weakness
- none
Test keys only. Nothing here is a statement about any particular service: the expected outcome above is what an application ought to do, not evidence that yours does.