Add a legacy service to the proxy
Goal: register a new legacy C# service behind /api/v1/proxy/.
Goal: register a new legacy C# service behind /api/v1/proxy/.
Purpose: call EmpowerID workflows and WebUI API directly via the BFF with OAuth token injection and PDP-aware context.
Purpose: operator endpoints for liveness/readiness and Prometheus metrics.
Purpose: route IdP admin API calls through the BFF with session enforcement and token injection.
Purpose: stable façade to legacy C# microservices with circuit breaker, caching, limits, and metrics.
Purpose: stream Server‑Sent Events from CRUD service through the BFF.
Goal: adjust circuit breaker and caching behavior for legacy proxy.
Goal: fix broken SPA calls after service renames, path changes, or config moves.
Source of truth: ServiceConfigs/BFF/config/routes.yaml (mounted to /app/config).