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
Currently, when using the manager method "refreshToken" it adds automatically the scope to the request body, but in Salesforce token endpoint the scope param is not supported :/
**EDIT
I saw that manager performs the refresh token by itself and since the methods are the same, the request fails too
Steps To Reproduce
Authenticate successfully with the loginAuthorizationCodeFlow method in Salesforce
Invalidate access token returned from the login
Manual refresh the token with the refreshToken method
Expected Behavior
It should be possible to decide whether or not to include the scope param in request when refreshing token
The text was updated successfully, but these errors were encountered:
Description
Currently, when using the manager method "refreshToken" it adds automatically the scope to the request body, but in Salesforce token endpoint the scope param is not supported :/
**EDIT
I saw that manager performs the refresh token by itself and since the methods are the same, the request fails too
Steps To Reproduce
Expected Behavior
It should be possible to decide whether or not to include the scope param in request when refreshing token
The text was updated successfully, but these errors were encountered: