{
  "id": "grant-response-missing-credential-id",
  "title": "Basic Grant response missing its credential identifier",
  "description": "A successful Basic Grant response is invalid without a Service-issued credential identifier.",
  "drafts": [
    "draft-kavian-agent-enrollment-protocol-04",
    "draft-kavian-aep-basic-session-credential-04"
  ],
  "category": "credentials/basic",
  "applicability": {
    "agent": {
      "expectation": "required",
      "profile": "basic"
    },
    "platform": {
      "expectation": "unsupported"
    },
    "service": {
      "expectation": "required",
      "profile": "basic"
    }
  },
  "input": {
    "expires_at": "2026-12-01T00:00:00Z",
    "password": "example-password",
    "username": "agent-example"
  },
  "expected": {"valid": false}
}
