Versions Compared

Key

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

Panel
panelIconIdatlassian-info
panelIcon:info:
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.

With Gataca Studio, you can create, validate, and digitally sign identity credentials according to W3C standards for global interoperability. To ensure credentials are shared and interpreted correctly, each of these credentials requires a template, the specific configuration of an issuance process.

...

When accessing Gataca Studio, you can create a new issuance template from the main dashboard or click "New issuance" in the issuance templates section.

...

The first step is to select your issuance template name (Issuance template identifier).

This name will be associated with the issuance process for users and will also serve as a reference to the credential the user is requesting when interacting with your platform.

...

Info

If this is your first template, the creation of an API Key will appear instead. Jump to the tutorial on creating an API Key.

Example

2. Create an API Key

...

You can access your Sandbox from the dashboard. Scan the QR provided with your wallet, and you’ll be inready to test.

...

...

Close the QR code and

4. Test it

Once you reach the end of creating an issuance template, you can select to add this template to an API Key. Alternatively, on the issuance templates list, click on the three dots next to the issuance template you would like to test and select “Edit”.

...

  1. Select the API Key you want to associate with the new template created.

  2. Insert the password provided when creating the API Key.

  3. Callback: Insert the URL of a service that is notified by a post notification with the session data when the session has been validated.

...

If you haven't joined your Sandbox, click the “Scan Now” button to access the QR Code and scan it with your wallet to test your configurations.

5. Integrate SSI with your application

Info

...