Files
the_order/docs/integrations/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

54 lines
1.4 KiB
Markdown

# 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