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:
parent
558cce44fa
commit
01e1f2407b
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue