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
Currently the SalesforceHook only supports authentication via username, password, and security token. The Salesforce API used under the hood supports a few other authentication types:
Direct access via a session ID
IP filtering
JWT access
Use case / motivation
The SalesforceHook should support all authentication types supported by the underlying API.