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 Properties or DataSource only.
  • If EntraAccessToken is specified, the driver uses EncryptionMethod=SSL.
  • If a value for AuthenticationMethod is not specified or is auto and 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

See also

Configuring Entra ID access token authentication