Q1: What is the main role of RFC 7517 in a JOSE-based design
Multiple Choice
**Judgment point:** A JWK carries key material and key-related metadata, but acceptance still depends on how the key was obtained and what policy allows.
**Related keywords:**
- **JWK** : JSON representation of a cryptographic key
- **JWKS** : JSON set used to publish multiple keys
- **kid** : Key identifier used only as a selection hint
**Options:**
- A: Authorization policy is decided by OAuth, application rules, or local trust policy, not by the JWK format alone.
- B: JWK is the JSON representation used by JOSE-family protocols, so it is the correct center of this RFC.
- C: A kid value helps select a candidate key, but it is not a trust decision and is not globally unique.