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
In salesforce_bulk.py#login_to_salesforce, line 125, this package requires a security token in order to attempt authentication. Instead, this package should let the API reject the auth call.
I am currently allowlisting the IP address my requests are coming from, so I do not need to pass in my security token as far as the Salesforce API is concerned. I would prefer to not keep a security token on the server these requests are coming from.
My current workaround is this, which now works just fine, but is odd:
In
salesforce_bulk.py#login_to_salesforce
, line 125, this package requires a security token in order to attempt authentication. Instead, this package should let the API reject the auth call.I am currently allowlisting the IP address my requests are coming from, so I do not need to pass in my security token as far as the Salesforce API is concerned. I would prefer to not keep a security token on the server these requests are coming from.
My current workaround is this, which now works just fine, but is odd:
The text was updated successfully, but these errors were encountered: