Update azure integration: Azure AD → Azure Document Intelligence

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 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-12 22:58:35 +00:00
parent 558cce44fa
commit 01e1f2407b

View file

@ -18,9 +18,9 @@ export const INTEGRATIONS = {
secretFields: ['password'], secretFields: ['password'],
}, },
azure: { azure: {
name: 'Azure AD', name: 'Azure Document Intelligence',
configFields: ['tenant_id', 'client_id'], configFields: ['endpoint'],
secretFields: ['client_secret'], secretFields: ['api_key'],
}, },
sambapos: { sambapos: {
name: 'SambaPOS', name: 'SambaPOS',