Q1: What problem does RFC 7638 primarily solve
Multiple Choice
**Judgment point:** The RFC defines a stable way to compute a key identifier from a JWK. It does not decide who may use the key.
**Related keywords:**
- **thumbprint** : Stable digest of selected public JWK members
- **canonical form** : Exact JSON form used before hashing
- **jkt** : DPoP confirmation value based on a JWK thumbprint
**Options:**
- A: Authorization is outside the thumbprint calculation and still belongs to token or application policy.
- B: The deterministic digest over selected public JWK members is the core purpose of this RFC.
- C: A JWK thumbprint is computed from a JWK representation, not from an X.509 certificate object.