-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- 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
stonymahony
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working