i want to be able to connect to salesforce like this by providing only the following’
- username
- password
- security_token
- domain (test/logic etc…)
(below is python code)
sf = Salesforce(username=username, password=password, security_token=token, domain=domain)
however, the uipath salesforce application scope is forcing me to input consumer key/secret.
I tried inputting nothing into those fields but it doesnt work and i am getting this error
Salesforce Application Scope: Error Type: invalid_client_id, Error: client identifier invalid