Anyone managed to get the REST API integration working with Salesforce?
Seems like the scopes are being sent to the authorize endpoint (correctly) but also to the token endpoint (incorrectly). The token endpoint then rejects the call due to the unexpected parameter.
I’ve confirmed this behaviour by intercepting the auth token and running the token request with and without the scopes parameter in Postman. With the scopes I get the same error message as above.
If I don’t have the scopes entered I get a different error about the scopes not matching.
Things I’ve tried:
- Comma delimiting the scopes
- Entering a blank
scopeparameter in the advanced settings for thetokenrequest - Reducing the allowed scopes to just
fullin both Salesforce and Softr
Anyone got any ideas or managed to get this working? Any help would be appreciated.
Thanks!
