Selective disclosure
Prove over-18, resident status, or credential validity without uploading a full identity document to every relying party.
Home / id
Digital identity ยท PQC attestation
AffixIO is verification infrastructure for digital identity workflows. Prove eligibility, age, or credential scope with a signed allow or deny. Noir zero-knowledge circuits and ML-DSA-65 (FIPS 204) attestation. Built for post-quantum computing (PQC) and UK digital verification programmes that need evidence without a standing identity store at the boundary.
Identity providers establish who someone is. AffixIO evaluates a policy question at the moment of action and returns cryptographic proof. Use it beside IAM, wallets, or KYC vendors when the gate only needs yes or no.
Prove over-18, resident status, or credential validity without uploading a full identity document to every relying party.
ML-DSA-65 signatures aligned with NIST FIPS 204 so long-lived identity decisions resist harvest-now-decrypt-later risk.
Maps cleanly to digital verification services programmes that demand auditable outcomes and data minimisation at the verifier.
Same allow or deny pattern for people, tickets, and non-human identity (NHI) agent permissions.
Prove on your host with @affix-io/sdk, or call the REST API. AffixIO signs the outcome, optional Merkle audit records the decision digest, and input fields are discarded at the verifier by default.
Hash or commit attributes on integrator infrastructure. Credential material stays where you already trust it.
Generate a circuit proof for the eligibility predicate. Sandbox and SDK docs cover the live path.
Boundary receives signed allow or deny. Scanners and APIs check attestation without re-opening personal data.
Deeper pages for buyers comparing identity stacks and sector gates.
Where AffixIO sits relative to Okta-style IAM and session systems.
Sector view for privacy-preserving identity checks.
Online Safety Act and HEAA-aligned gates without ID upload sprawl.
REST and SDK entry points for signed eligibility outcomes.
Short answers for buyers and engineers mapping this page to AffixIO verification infrastructure.
No. AffixIO returns signed allow or deny for a policy question. Identity providers manage accounts and sessions. The layers are complementary.
Not at the verifier by default. Requests are evaluated in memory, signed, and discarded. Optional Merkle audit stores proof metadata, not document images.
Attestation uses ML-DSA-65 aligned with NIST FIPS 204 so proofs remain verifiable as classical public-key algorithms age out.
Open the sandbox, read /sdk/docs, or install @affix-io/sdk from npm. OpenAPI is published at /openapi.json.