Q1: A design review cites RFC 8725. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of JWT BCP from nearby security functions and policy decisions.
**Related keywords:**
- **algorithm confusion**: Algorithm handling mistake
- **audience**: The intended token recipient
- **explicit typing**: Clear token-kind signaling
**Options:**
- A: creating a new token format that replaces JWT is not the central purpose of RFC 8725. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: reviewing JWT acceptance rules against known classes of JWT implementation and deployment failures is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: making unprofiled claims safe merely because they appear in a signed token is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.