Components

Inji Certify leverages the following components (from existing building blocks/products):

  1. eSignet (v1.4.0): VCI microservice and Authentication microservice

    1. eSignet service:

      1. Implements OpenID Connect flows that help the relying party perform quick and easy integrations using pre-existing libraries for user verification.

      2. Exposes API for VCI Issuance which internally connects with credential service and sends the Verifiable Credential (VC) issued by the service as a response

    2. OIDC UI:

      1. The user interface component of eSignet, Manages user authentication and user consent. Integrates with the REST endpoints provided by esignet-service.

    3. VCI Plugin:

      1. Provides support to generate credentials from existing Sunbird registry

  2. Sunbird RC (v2.0.0): Identity microservice, Schema microservice, and Cred microservice

    1. Identity Service :

      1. The central lynchpin to maintain identities across the system. All identities in Sunbird-RC are DID-compliant and are web-resolvable. The other microservices (Credential Schema Service and Credential Service) depend on this for generating any identity.

        1. Depends on the vault (healthy), database.

    2. Credential Schema service:

      1. Stores the schema of the Verifiable Credential along with the associated view template.

        1. Depends on identity service, and database.

    3. Credential service:

      1. Core issuance service. Called with the payload, which is then transformed into a W3C-compliant Verifiable Credential in JSON-LD format. The payload is then signed using the private key which was generated as part of the original Issuer creation.

        1. Depends on identity service, schema service, and database.

    4. Vault Service:

      1. to be included as a dependency along with the pg.

      2. Hashi Corp vault is the Keystore which acts as the vault service.

      3. Identity service is dependent on the vault service.

      4. Stores key pairs and secrets for the issuers

Last updated

Copyright © 2021 MOSIP. This work is licensed under a Creative Commons Attribution (CC-BY-4.0) International License unless otherwise noted.