Q1: A design review cites RFC 8392. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of CWT claims token from nearby security functions and policy decisions.
**Related keywords:**
- **CWT Claims Set**: Claims encoded as a CBOR map
- **claim key**: Compact CBOR key for a claim
- **COSE**: Security structure used with CBOR
**Options:**
- A: making every claim mandatory for every application is not the central purpose of RFC 8392. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: representing JWT-like claims in compact CBOR form for constrained or binary protocol environments is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: removing the need for COSE validation or application claim policy is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.