From 25295216cf26baa10e73f5063ede187455fe521f Mon Sep 17 00:00:00 2001 From: ShkarupaNick Date: Thu, 26 Mar 2020 13:50:47 +0200 Subject: [PATCH 1/2] "useOAuthClient": true, --- component.json | 1 + 1 file changed, 1 insertion(+) diff --git a/component.json b/component.json index 4c35fe1..74dcfb6 100644 --- a/component.json +++ b/component.json @@ -3,6 +3,7 @@ "description": "Integration component that can read and write to Microsoft OneDrive", "buildType": "docker", "docsUrl": "https://github.com/elasticio/microsoft-onedrive-component", + "useOAuthClient": true, "envVars": { "OAUTH_CLIENT_ID": { "required": true, From 0b215fcc459581f20bc0f7c221b86f9be4c74d41 Mon Sep 17 00:00:00 2001 From: ShkarupaNick Date: Thu, 26 Mar 2020 13:55:28 +0200 Subject: [PATCH 2/2] "useOAuthClient": true, --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 74dcfb6..67b4858 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,6 @@ "description": "Integration component that can read and write to Microsoft OneDrive", "buildType": "docker", "docsUrl": "https://github.com/elasticio/microsoft-onedrive-component", - "useOAuthClient": true, "envVars": { "OAUTH_CLIENT_ID": { "required": true, @@ -15,6 +14,7 @@ } }, "credentials": { + "useOAuthClient": true, "fields": { "oauth2": { "label": "Authentication",