{
  "id": "api-key-wrong-header-rejected",
  "title": "API key under wrong header is rejected",
  "description": "The Service-selected Grant response header is authoritative; a conventional alias is not accepted.",
  "drafts": ["draft-kavian-agent-enrollment-protocol-04", "draft-kavian-aep-api-key-session-credential-04"],
  "category": "protected-resource",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "core-http"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "core-http"
    }
  },
  "input": {"issued_header": "x-api-key", "presented_header": "service-api-key", "api_key": "opaque-api-key"},
  "expected": {"accepted": false, "code": "authentication_required"}
}
