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
This commit is contained in:
@@ -1,53 +1,53 @@
|
||||
# Integrations Documentation
|
||||
# Integration Documentation
|
||||
|
||||
This directory contains documentation for all external system integrations, APIs, and technical specifications.
|
||||
**Last Updated**: 2025-01-27
|
||||
**Purpose**: Integration guide index
|
||||
|
||||
## Integration Guides
|
||||
## Overview
|
||||
|
||||
### Identity & Credential Systems
|
||||
- **[MICROSOFT_ENTRA_VERIFIEDID.md](./MICROSOFT_ENTRA_VERIFIEDID.md)** - Microsoft Entra VerifiedID integration guide
|
||||
- **[EU_LAISSEZ_PASSER_SPECIFICATION.md](./EU_LAISSEZ_PASSER_SPECIFICATION.md)** - EU Laissez-Passer technical specification
|
||||
This directory contains documentation for all external integrations used by The Order platform.
|
||||
|
||||
### Workflow & Automation
|
||||
- **[INTEGRATION_SUMMARY.md](./INTEGRATION_SUMMARY.md)** - Overview of all integrations
|
||||
- **[CONNECTOR_STATUS.md](./CONNECTOR_STATUS.md)** - Connector status and availability
|
||||
## Available Integrations
|
||||
|
||||
## Integration Categories
|
||||
### 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
|
||||
|
||||
### ✅ Fully Integrated
|
||||
- Microsoft Entra VerifiedID
|
||||
- Azure Logic Apps
|
||||
- eIDAS Verification
|
||||
- Stripe Payment Gateway
|
||||
- AWS S3 Storage
|
||||
- AWS KMS
|
||||
### 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
|
||||
|
||||
### 📋 Documented (Pending Implementation)
|
||||
- EU Laissez-Passer (EU-LP)
|
||||
- ISO 20022 Payment Messages
|
||||
- SWIFT Integration
|
||||
- Additional payment networks
|
||||
### Payment Gateways
|
||||
- Stripe integration (see `services/finance/`)
|
||||
- Additional providers (planned)
|
||||
|
||||
### 🔄 In Progress
|
||||
- Temporal Workflow Engine
|
||||
- AWS Step Functions
|
||||
- Additional compliance systems
|
||||
### E-Signature Providers
|
||||
- DocuSign (planned)
|
||||
- Adobe Sign (planned)
|
||||
|
||||
## Quick Reference
|
||||
### Court E-Filing
|
||||
- Federal court systems (planned)
|
||||
- State court systems (planned)
|
||||
|
||||
### For Developers
|
||||
- See [INTEGRATION_SUMMARY.md](./INTEGRATION_SUMMARY.md) for complete integration status
|
||||
- See [CONNECTOR_STATUS.md](./CONNECTOR_STATUS.md) for connector availability
|
||||
- Check individual integration guides for implementation details
|
||||
## Integration Documentation Structure
|
||||
|
||||
### For Compliance
|
||||
- All integrations comply with relevant standards (ICAO, ISO, etc.)
|
||||
- Security and audit requirements documented in each guide
|
||||
- Certificate management and validation procedures included
|
||||
```
|
||||
integrations/
|
||||
├── README.md # This file
|
||||
└── entra-verifiedid/ # Entra VerifiedID integration
|
||||
└── README.md # Complete guide
|
||||
```
|
||||
|
||||
## Related Documentation
|
||||
## Quick Links
|
||||
|
||||
- **[Configuration](../configuration/)** - Environment variables and configuration
|
||||
- **[Governance](../governance/)** - Governance and compliance frameworks
|
||||
- **[Legal](../legal/)** - Legal policies and compliance documents
|
||||
- [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
|
||||
|
||||
Reference in New Issue
Block a user