Verifier Overview

The Vidos Verifier is an advanced tool designed to enable developers to verify Verifiable Credentials (VCs) efficiently and accurately. Leveraging industry standards such as W3C, the Vidos Verifier ensures that credentials are authentic and have not been tampered with. This tool is essential for building secure and trustworthy digital identity solutions.

Vidos Verifier Service

Features

The Vidos Verifier offers a range of features to support diverse verification needs:

  • Support for Multiple Standards: Verify credentials based on W3C standards.
  • API Integration: Simple and powerful API for seamless integration into your applications.
  • Scalability: Designed to handle high volumes of verifications efficiently.
  • Custom Verification Policies: Define and implement custom verification rules to meet specific requirements.
  • Detailed Logging: Comprehensive logs to help troubleshoot and understand verification outcomes.

How it works

The Vidos Verifier works by processing Verifiable Credentials through the following policies:

Format

Checks the verifiable credential format and structure to ensure it conforms to the expected data model.

ValidAt

Checks the validity of the credential based on when the credential is valid from and when it expires.

Proof

Checks the cryptographic proof of the credential to ensure it has not been tampered with and is signed with the issuers private key.

FAQs

Q: What types of credentials can the Vidos Verifier handle? A: The Vidos Verifier supports W3C Verifiable Credentials and Verifiable Presentations V1.1 and V2.

Q: How do I integrate the Vidos Verifier into my application? A: Integration is straightforward with our well-documented API. Refer to the API Endpoints and Example with Code Snippets sections for detailed instructions.

Q: Is the Vidos Verifier scalable for large applications? A: Yes, the Vidos Verifier is designed to handle high volumes of verification requests, it scales automatically with your application needs.

Q: Can I define custom verification policies? A: Yes. The Vidos Verifier allows you to define and enforce custom verification policies to meet your specific requirements.