From 01e1f2407ba0211b60325451aa5d34abc32a7965 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sun, 12 Jul 2026 22:58:35 +0000 Subject: [PATCH] =?UTF-8?q?Update=20azure=20integration:=20Azure=20AD=20?= =?UTF-8?q?=E2=86=92=20Azure=20Document=20Intelligence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repurpose the azure slot from Azure AD (tenant_id/client_id/client_secret) to Azure Document Intelligence (endpoint/api_key), matching the kitchen app's OCR credential fields. The kitchen can now delegate its OCR credentials to the central settings service. Co-Authored-By: Claude Sonnet 4.6 --- src/integrations/schema.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/integrations/schema.js b/src/integrations/schema.js index 5346eda..1ccd040 100644 --- a/src/integrations/schema.js +++ b/src/integrations/schema.js @@ -18,9 +18,9 @@ export const INTEGRATIONS = { secretFields: ['password'], }, azure: { - name: 'Azure AD', - configFields: ['tenant_id', 'client_id'], - secretFields: ['client_secret'], + name: 'Azure Document Intelligence', + configFields: ['endpoint'], + secretFields: ['api_key'], }, sambapos: { name: 'SambaPOS',