salesforce connector : how to setup for sandbox test?

0
Hello everyone. My client want to do some data integration between salesforce and mendix, so I am testing out the salesforce connector module here : https://appstore.home.mendix.com/link/app/111393/ I created a connected app in my sandbox and use the credential to fill in this page. But after I click web server authorization, it redirected me to login.salesforce.com which I can not login to. ( My sandbox need to be logged in through test.salesforce.com ) Anyone has experience with this can help me please? 
asked
1 answers
1

The authentication url is set in the constant of the module.

User Ctrl+F and enter OAuthEndpointAuthorization and press Find. This will yield 2 results, double click on the constant and you can change the location there from ‘https://login.salesforce.com/services/oauth2/authorize’ to what you need.

answered