Skip to content

Commit

Permalink
Capturing also community_url
Browse files Browse the repository at this point in the history
  • Loading branch information
wmathurin committed Mar 28, 2019
1 parent 492108a commit 4b46ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credshelper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b46ad7

Please sign in to comment.