Q1: A design review cites RFC 8705. What decision is this RFC mainly useful for
Multiple Choice
**Judgment point:** Separate the role of OAuth mTLS binding from nearby security functions and policy decisions.
**Related keywords:**
- **mutual TLS**: TLS with client-certificate authentication
- **certificate-bound token**: Token tied to certificate material
- **cnf**: Confirmation claim
**Options:**
- A: authenticating the resource owner or end user only because a client certificate exists is not the central purpose of RFC 8705. It can be nearby work, but it is not the decision this RFC primarily supports.
- B: authenticating OAuth clients with mutual TLS and binding access tokens to certificate material is the reason this RFC belongs in the review path. It drives checks on inputs, validation, and boundaries.
- C: making bearer-token replay impossible when resource servers skip certificate matching is outside the RFC boundary. Higher-layer policy and adjacent protocol responsibilities still need separate text.