Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

Panel
bgColor#F4F5F7

Verifiable credentials (or VCs) are a standard format for the digital representation of credentials (documents that collect attributes about a subject) that are cryptographically secure, verifiable through machines, and that guarantee privacy by enabling methods such as minimum disclosure.

VCs can be used to describe identity credentials, such as academic diplomas, driver’s licenses, passports, insurance cards, vaccination records (and so much more).

Verifiable Credentials are formed by three components:

  1. Credential Metadata: Properties or attributes of the credential that reference the holder (or user), the issuer, associated DIDs, the issue date, and the expiration date.

  2. Claims: A statement about a subject (individual, legal entity, or thing).

  3. Proofs: Cryptographic signatures tied to private keys that prove the user sharing the VC is the subject of the information.

...

To ensure credentials are shared and interpreted correctly, each of these credentials requires a template.

The issuance template is the general structure of the credential and conveys what information must be included on the credential in order for it to be valid.

Below you can see the step-by-step tutorial on how to issue your first credential.

1. Create an Issuance Template

When accessing Gataca Studio, you can create a new issuance template from the main dashboard or by clicking “Create issuance template“ in the Issuance templates section.

[Insert screenshot]

When

Basic configuration

  • Issuance ID - Name the issuance template

  • Requester DID - How to select the DID method

...

  • Credential level of assurance - How to determine which credentials are trusted?

  • Credential data agreement - How to select the credential purpose

Create a custom purpose

  • Security configuration

    • Add app authentication

    • Add two-factor authentication

  • Successful configuration – How to add issuance template to API key

...