Spacecraft and vehicles
Stable asset identity linked to manufacturer records, ownership, operator authority, mission role and current credential state.
Research specification · Identity draft 0.1
OSOIX Identity is a proposed architecture for binding orbital assets, sensors, operators, missions and software to authenticated identities and narrowly scoped authority. Identity establishes accountability; it does not by itself prove that an event occurred.
Stable asset identity linked to manufacturer records, ownership, operator authority, mission role and current credential state.
Identity linked to calibration, firmware, installation context, measurement scope and trusted signing material.
Ground stations, control systems, gateways and data services with declared service roles and jurisdictional context.
Operators, reviewers, regulators, service providers and customers with role-based authority rather than unrestricted account access.
Mission-scoped identities that bind plans, approvals, participants, assets, event records and evidence packages together.
Versioned identity for flight software, verification rules, simulation models and decision-support systems used to derive conclusions.
Establish subject identity from authoritative records and verify control of the initial signing key.
Grant narrowly scoped credentials for a defined role, mission, asset or service period.
Sign telemetry, commands, reviews or evidence records only within the granted authority scope.
Replace keys and credentials without breaking the historical chain of accountability.
Temporarily prevent reliance when control, calibration, authorization or security state is uncertain.
Permanently invalidate compromised, expired, transferred or unauthorized credentials.
Preserve historical identity and status evidence so past mission records remain independently interpretable.
Credential envelope · Draft 0.1
{
"spec_version": "osoix-identity-draft-0.1",
"subject_id": "urn:osoix:asset:...",
"subject_type": "spacecraft",
"issuer": "did:example:authority...",
"controller": "did:example:operator...",
"authority_scopes": [
"telemetry.sign",
"mission.participate"
],
"exclusions": [
"verification.approve",
"settlement.authorize"
],
"valid_from": "2026-08-03T00:00:00Z",
"valid_until": "2027-08-03T00:00:00Z",
"mission_ids": [],
"public_keys": [],
"status": "active",
"status_endpoint": "urn:osoix:status:...",
"provenance": {
"manufacturer_record": "sha256:...",
"registration_record": "sha256:..."
}
}The architecture is compatible with established PKI, hardware-backed keys, regulated credential systems and decentralized identifier methods. OSOIX should not require a proprietary identity technology where an accepted aerospace or governmental standard is more appropriate.
This is a research architecture, not a deployed orbital identity network or certification authority. No spacecraft, operator, regulator or customer currently relies on OSOIX credentials. The next engineering step is a test identity registry for simulated spacecraft, sensors and mission roles, including key rotation and revocation tests.