Q1: A design review cites RFC 7800. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of JWT confirmation key from nearby security functions and policy decisions.
**Related keywords:**
- **cnf**: Confirmation claim
- **holder key**: Key controlled by the presenter
- **PoP**: Proof of possession
**Options:**
- A: turning every JWT into a non-transferable token without a separate proof step is not the central purpose of RFC 7800. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: expressing that a JWT is intended to be used by a party that can prove possession of a specific key is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: deciding what resource action the holder is allowed to perform is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.