From 1b22f46cbf609a75febc7d275080f7f7c3f030cb Mon Sep 17 00:00:00 2001 From: John Esposito Date: Mon, 26 Apr 2021 11:11:13 -0400 Subject: [PATCH] add scope to named credential setup instructions Named Credential setup screenshot shows one Scope (which includes 'full' and works) but text instructions show another (which does not include 'full' and does not work -- returns INVALID_SESSION_ID). Added 'full' to Scope instructions in Named Credential setup text. --- examples/lwc/docs/NamedCredentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lwc/docs/NamedCredentials.md b/examples/lwc/docs/NamedCredentials.md index f76175c3..4356304d 100644 --- a/examples/lwc/docs/NamedCredentials.md +++ b/examples/lwc/docs/NamedCredentials.md @@ -93,7 +93,7 @@ There are 3 steps involved to create a named credential: - Note: - The URL that you are entering here is the hostname part of the _Callback URL_. (i.e. paste the _Callback URL_ and remove the part starts with "services/authcallback/CallMeBack_AuthProvider") - - In the "Scope" field, enter: refresh_token offline_access + - In the "Scope" field, enter: refresh_token full offline_access - Make sure to check “Allow Merge Fields in HTTP Body” - ![01_NamedCredentials](images/01_NamedCredentials.png)