EntraAccessToken
- Last Updated: November 25, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Oracle Database 6.0
- Documentation
Purpose
Specifies the access token required to authenticate to an Oracle instance
for access token based Entra ID authentication when Entra ID access token authentication is
enabled (AuthenticationMethod=EntraIDAccessToken). Refer
to Oracle documentation to know how to obtain an access token.
Valid values
string
where:
- string
- is a valid access token.
Notes
- Setting EntraAccessToken is recommended using a
PropertiesorDataSourceonly. - If EntraAccessToken is specified, the driver uses
EncryptionMethod=SSL. - If a value for AuthenticationMethod is not specified or is
autoand an Entra ID access token is specified, the driver uses the access token to make the connection using EntraIDAccessToken authentication. - When using the access token in a connection URL, enclose the value in double quotes as the token contains special characters.
Data source method
setEntraAccessToken
Default
None
Data type
String