Q1: What is RFC 8414 mainly used for in an OAuth deployment
Multiple Choice
**Judgment point:** Authorization server metadata tells clients where to find endpoints and capabilities. It does not decide whether a request is allowed.
**Related keywords:**
- **issuer** : Authorization server identifier
- **metadata** : JSON document describing endpoints and capabilities
- **jwks_uri** : Location for keys used by the authorization server
**Options:**
- A: Access decisions are made by authorization flows, tokens, resource servers, and policy.
- B: Publishing endpoints and capabilities is the core function of the metadata document.
- C: Discovery can support clients, but registration and local policy remain separate controls.