Files
the_order/docs/integrations/entra-verifiedid/README.md
defiQUG 6a8582e54d feat: comprehensive project structure improvements and Cloud for Sovereignty landing zone
- Add Cloud for Sovereignty landing zone architecture and deployment
- Implement complete legal document management system
- Reorganize documentation with improved navigation
- Add infrastructure improvements (Dockerfiles, K8s, monitoring)
- Add operational improvements (graceful shutdown, rate limiting, caching)
- Create comprehensive project structure documentation
- Add Azure deployment automation scripts
- Improve repository navigation and organization
2025-11-13 09:32:55 -08:00

1.7 KiB

Entra VerifiedID Integration

Complete integration guide for Microsoft Entra VerifiedID credential issuance and verification.

Overview

The Order integrates with Microsoft Entra VerifiedID for issuing and verifying verifiable credentials. This integration supports multiple credential types, custom display properties, and webhook-based event handling.

Documentation

Quick Start

  1. Enable Entra VerifiedID in Azure Portal
  2. Create Application Registration with required permissions
  3. Configure Credential Manifests for each credential type
  4. Set Environment Variables (see deployment guide)
  5. Deploy Services with Entra integration

Features

  • Multi-manifest support
  • Custom credential display (logo, colors)
  • Webhook event handling
  • Retry logic with exponential backoff
  • Rate limiting
  • Prometheus metrics
  • Comprehensive error handling

Credential Types

  • Default/Identity: Basic member credentials
  • Financial: Digital Bank credentials
  • Judicial: ICCC credentials
  • Diplomatic: Diplomatic Security credentials
  • Legal Office: Legal Office credentials

Last Updated: 2025-01-27