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

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

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

Last Updated: 2025-01-27