SecurityToken
- Last Updated: April 15, 2016
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies the security token required to make a connection to a Salesforce instance that is configured for a security token. If a security token is required and you do not supply one, the driver returns an error indicating that an invalid user or password was supplied. Contact your Salesforce administrator to find out if a security token is required.
Valid Values
string
where:
- string
- is the value of the security token assigned to the user.
Notes
- Optionally, you can specify the security token in the Password property
by appending the security token to the password, for example,
secretXaBARTsLZReM4Px47qPLOS, wheresecretis the password and the remainder of the value is the security token. Do not specify the security token in both properties. - A security token is not required when Salesforce has been configured for Trusted IP Ranges and the user is logging in from a trusted IP address. Refer to "Set Trusted IP Ranges for Your Organization" in your Salesforce documentation for details.
- If setting the security token using a data source, be aware that the SecurityToken property, like all data source properties, is persisted in clear text.
Default
None
Data Type
String