Java: JWT Signatures Question What does the `kid` header do? (Click to reveal answer) Answer It identifies which signing key should validate the token. When multiple signing keys exist during rotation, the `kid` header helps the server select the right key. This makes safe key rollout and incident recovery much easier. Additional NotesWhat does the `kid` header do? Track: Java Topic: Authentication Focus: JWT Signatures Topics: Authentication Java JWT Signatures