- 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
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 - Complete integration guide
- Credential issuance and verification
- Multi-manifest support
- Webhook handling
- Rate limiting and metrics
Azure Services
- Azure CDN - CDN configuration
- Azure Key Vault - Secrets management
- Azure Storage - 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 - Credential issuance
- Azure Deployment - Azure service integration
- Service Documentation - Service-specific integrations
Last Updated: 2025-01-27