...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
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.
...
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.
Example:
...
Requester DID
In some cases, you may need By default, a DID has already been created for you (My DID). This DID can be selected for issuing your first issuance template. You can also decide to create a DID first (See the tutorial on creating DIDs).
...
From the list of credentials that you will be requesting, select those that will be required or will remain optional.
Example:
...
Constraints
...
Credential trust level - How to determine which credentials are trusted?
In this section, you will determine the level of trust you require from the requested credentials.
...
When clicking on “Add to API Key“ a list of the available API keys for your templates will openappear.
Select the API Key you want to associate with the new template created.
Insert the password provided when creating the API Key.
Callback: Insert the URL of a service that is notified by a post notification with the session data when the session has been validated.
...