From 43716bf392b9a95e30c1cfeea51c08a44b8feda7 Mon Sep 17 00:00:00 2001 From: MattDN93 Date: Tue, 18 Jun 2019 20:15:50 +0200 Subject: [PATCH] Update 3-account-linking-md There is an additional inital prompt in the latest version of the ASK CLI that now appears which is not noted here: `? Allow users to enable skill without account linking: Yes` - if this is set to No, simulation fails. Also, clarified that the Client ID is the Salesforce Consumer Key in this example. --- instructions/3-account-linking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/instructions/3-account-linking.md b/instructions/3-account-linking.md index ed99702..d1a1fe7 100644 --- a/instructions/3-account-linking.md +++ b/instructions/3-account-linking.md @@ -43,8 +43,9 @@ With the details set in your Trailhead Playground Org, we can set up account lin ``` $ ask api create-account-linking -s +? Allow users to enable skill without account linking: Yes ? Authorization URL: https://login.salesforce.com/services/oauth2/authorize -? Client ID: +? Client ID: ? Scopes(separate by comma): api,refresh_token ? Domains(separate by comma): ? Authorization Grant Type: AUTH_CODE