You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Connected app in SalesForce does not have "Full access (full)" scope in the Selected OAuth Scopes, then "Expired token" error is fired on the callback when $this->storeResources(); is called. This is for the WebSever auth case. I suggest that this would be easily fixed by using a config variable inside the forrest config file. If you like I can fix it and push a PR?
The text was updated successfully, but these errors were encountered:
mirrorps
changed the title
When the Connected app in SalesForce does not have "Full access (full)" scope in the OAuth Scopes, then "Expired token" error is fired
When the Connected app in SalesForce does not have "Full access (full)" scope in the Selected OAuth Scopes, then "Expired token" error is fired
Jan 3, 2024
When the Connected app in SalesForce does not have "Full access (full)" scope in the Selected OAuth Scopes, then "Expired token" error is fired on the callback when
$this->storeResources();
is called. This is for the WebSever auth case. I suggest that this would be easily fixed by using a config variable inside the forrest config file. If you like I can fix it and push a PR?The text was updated successfully, but these errors were encountered: