Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 410

JSON web tokens (JWT) are used to secure JSON based communications. Which of the following fields make up a JWT? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

The correct components of a JWT are the Header, Payload, and Signature. The Header contains metadata about the token, the Payload holds the claims, and the Signature is used to verify the token's integrity. The Trailer and Sequence number are not part of the JWT structure.