# Integration Documentation **Last Updated**: 2025-01-27 **Purpose**: Integration guide index ## Overview This directory contains documentation for all external integrations used by The Order platform. ## Available Integrations ### Microsoft Entra VerifiedID - [Entra VerifiedID Guide](entra-verifiedid/README.md) - Complete integration guide - Credential issuance and verification - Multi-manifest support - Webhook handling - Rate limiting and metrics ### Azure Services - [Azure CDN](../deployment/azure/cdn-setup.md) - CDN configuration - [Azure Key Vault](../../infra/terraform/key-vault.tf) - Secrets management - [Azure Storage](../deployment/azure/cdn-setup.md) - Object storage ### Payment Gateways - Stripe integration (see `services/finance/`) - Additional providers (planned) ### E-Signature Providers - DocuSign (planned) - Adobe Sign (planned) ### Court E-Filing - Federal court systems (planned) - State court systems (planned) ## Integration Documentation Structure ``` integrations/ ├── README.md # This file └── entra-verifiedid/ # Entra VerifiedID integration └── README.md # Complete guide ``` ## Quick Links - [Entra VerifiedID](entra-verifiedid/README.md) - Credential issuance - [Azure Deployment](../deployment/azure/) - Azure service integration - [Service Documentation](../../services/) - Service-specific integrations --- **Last Updated**: 2025-01-27