Authentication
- Last Updated: March 27, 2019
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
Authentication ensures that only the authorized users are allowed to connect to a Salesforce instance.
The Salesforce driver supports the following methods of authentication:
- User ID/password authentication authenticates the user to a Salesforce instance using the user ID and password specified by the application.
- OAuth 2.0 authentication allows the user to authenticate to a Salesforce instance without having to specify user ID and password.