From 1f6a925fc627c5c1b068031052f54ddba7b12610 Mon Sep 17 00:00:00 2001 From: Ayan Bhunia <46602405+AyanBhunia@users.noreply.github.com> Date: Wed, 26 Mar 2025 09:27:32 +0530 Subject: [PATCH] In Named Credential Scope the "full" keyword was missing. --- 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..86dc29e7 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: full refresh_token offline_access - Make sure to check “Allow Merge Fields in HTTP Body” - ![01_NamedCredentials](images/01_NamedCredentials.png)