Q1: A design review cites RFC 7519. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of JWT claims token from nearby security functions and policy decisions.
**Related keywords:**
- **iss**: Issuer claim
- **aud**: Audience claim
- **exp**: Expiration time claim
**Options:**
- A: granting resource access merely because a token is syntactically valid is not the central purpose of RFC 7519. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: carrying a compact JSON claims set that can be signed, MACed, or encrypted by JOSE mechanisms is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: replacing OAuth, session policy, or application authorization rules is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.