From 4b46ad7d6ac7fbabf1749a8d3f9c9c131e8fb79a Mon Sep 17 00:00:00 2001 From: Wolfgang Mathurin Date: Wed, 27 Mar 2019 18:09:55 -0700 Subject: [PATCH] Capturing also community_url --- credshelper/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credshelper/index.html b/credshelper/index.html index e19ed312..7efdd3e0 100644 --- a/credshelper/index.html +++ b/credshelper/index.html @@ -70,13 +70,13 @@ function createTestCredentials(auth) { getIdentityData(auth.id, auth.access_token, function(identityData) { - var testCredentials = { "test_redirect_uri" : config.oauthCallbackURL, "access_token" : "__NOT_REQUIRED__", "instance_url" : auth.instance_url, "identity_url" : auth.id, + "community_url": auth.sfdc_community_url, "refresh_token" : auth.refresh_token, "test_client_id" : config.appId, "test_login_domain" : config.loginURL,