TrustedContextSystemAccessToken IBM data server driver configuration keyword
Specifies the access token to be used with the connection.
Note: This feature is available starting from Db2®
version 11.5.4.
- Equivalent CLI keyword
- Trusted_Connection
- Equivalent IBM® data server provider for .NET connection string keyword
- TrustedContextSystemAccessToken
- IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="TrustedContextSystemAccessToken" value="<accesstoken>"/>
- Default setting:
- Applications use the access token that is provided in the connection string to the
SQLDriverConnect()
function, not the current authenticated user.