Skip to content

Fiware

Technical Details

The Trusted-Issuers-List Service provides an EBSI-Trusted Issuers Registry implementation to act as the Trusted-List-Service in the DSBA Trust and IAM Framework. In addition, a Trusted Issuers List API to manage the issuers is provided.

Both APIs Trusted-Issuers-List API and Trusted-Issuers-Registry API, are found on the same port (by default 8080) but different contexts.

  • Trusted-Issuers-List API: /issuer
  • Trusted-Issuers-Registry API: /v4/issuers/

Fiware Trust Anchor

The Fiware Trust Anchor is based in: FIWARE Trusted Issuers List

trust_anchor

The default setup of the connector requires an EBSI-Trusted Issuers Registry to provide the list of participants. The local Data Spaces comes with the FIWARE Trusted Issuers List as a rather simple implementation of that API, providing CRUD functionality for Issuers and storage in an MySQL Database. After deployment, the API is available at http://tir.127.0.0.1.nip.io:8080. Both participants are automatically registered as "Trusted Issuers" in the registry with their did's.

API details (version 0.0.2)

Trusted Issuers List

Trusted Issuers Registry