Product · Evidence Gateway

Let a service check a fact without receiving the full registry record.

The registry owner defines one question, who may ask it, for what purpose, and which answer may be returned. Evidence Gateway authorizes the request before source access, makes one fixed lookup, and returns a signed minimum-disclosure assertion. The source record stays with the authority.

Evidence Gateway is a stateless assertion service, not an eligibility or case-management engine.

When to use Evidence Gateway

Use it when a service needs proof of a specific fact.

Start with a question that a service needs answered, such as whether a business is registered or a household is enrolled. The service receives the signed answer and verifies it against independently configured trust and request expectations.

  • A public or partner service needs to prove one fact, such as an active registration or enrolment status.
  • The registry owner wants to agree what can be asked and returned before connecting the service.
  • The relying service can verify a signed answer and does not need the source record behind it.

How it works

Each request is checked before the registry is consulted.

The registry owner defines the question, purpose, authorized service, and how the answer is represented. Evidence Gateway applies that reviewed definition to every request.

How an evidence request is handled

Evidence Gateway checks authority before reading the registry.

  1. Define the question

    The registry owner defines the question, the service that may ask it, the purpose, and the possible response.

    Question · service · purpose · response
  2. Check the request

    Evidence Gateway authenticates the service and authorizes the complete predefined request before acquiring source credentials or reading data.

    Requester · purpose · requirement
  3. Read the current source record

    Evidence Gateway makes one fixed, bounded source request and validates the response. It does not browse candidates or copy the source record.

    One source · bounded response
  4. Derive, sign, audit, and release

    Evidence Gateway derives only the declared value, signs the assertion, records the disclosure, and then releases the response.

    Minimum answer · signature · audit
What the relying service receives

One stateless signed assertion containing the approved answer.

Signed minimum-disclosure assertion

The service receives the answer, not the record

Business registration Active Source: business registry

The assertion carries its purpose, audience, validity, and an opaque subject binding. The relying service verifies it before use.

Two durable audit gates Authorized access is recorded before the source read. The released disclosure is recorded after signing and before the response leaves.

Evidence Gateway provides the approved registry fact. It does not decide eligibility, awards, enforcement, or case outcomes.

Define the evidence

Before connecting a service, define the question, purpose, and response.

The registry owner, service team, and policy owner should agree what the answer means, who may receive it, and how long it remains useful.

01

The question and possible answer

Write the question in service language. Define whether the answer is a yes or no, a status, a date, or another small piece of evidence.

02

Who may ask, and for what purpose

Name the public or partner service, the purpose it may declare, and the authority it must present before any source access.

03

How long the answer remains useful

Agree how recent the source observation must be and how long the signed assertion may be accepted.

Keep the decision boundary clear

Evidence Gateway returns the fact. The relying service decides what to do next.

A licensing portal may ask whether a business registration is active. Evidence Gateway can return that signed fact, but it does not decide eligibility, approve a permit, rank a case, or certify that the source itself is correct. Those responsibilities remain with the authoritative institution and the relying service.

See more public-service examples →

When a service needs data

Use Registry Relay when a service needs selected registry data.

Evidence Gateway provides one signed answer. Registry Relay provides selected data from an existing registry through a protected, read-only API. Evidence Gateway may also use a Relay API as its one fixed source without merging the two products’ authorization models.

Open-source components

The open-source components behind the solution.

The technical documentation explains how each component is configured and deployed.

Evidence

Authenticates and authorizes one predefined request, makes one fixed source call, and returns a signed minimum-disclosure assertion.

Registry Relay

Can expose selected registry data or act as Evidence's fixed, protected source while retaining its own authorization rules.

Registry Manifest

Publishes portable registry metadata and can describe the evidence and access surfaces an institution offers.

For your technical team

See how to define a requirement, authorize callers, bind one fixed source, sign the assertion, and operate the audit trail.