mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
21 lines
469 B
JSON
21 lines
469 B
JSON
|
|
{
|
||
|
|
"connectorType": "SPUnstructuredDocument",
|
||
|
|
"label": "My SharePoint Docs",
|
||
|
|
"name": "My_SharePoint_Docs",
|
||
|
|
"method": "Ingress",
|
||
|
|
"credentials": [
|
||
|
|
{
|
||
|
|
"paramName": "clientId",
|
||
|
|
"value": "<AZURE_APP_CLIENT_ID>"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"paramName": "clientSecret",
|
||
|
|
"value": "<AZURE_APP_CLIENT_SECRET>"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"paramName": "tokenEndpoint",
|
||
|
|
"value": "https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|