Attribute

EntraAccessToken (EAT)

Purpose

Specifies the access token required to authenticate to an Oracle instance when using Entra ID access token authentication (AuthenticationMethod=38). Refer to the Oracle documentation for more information on obtaining an access token.

Valid Values

access_token

where:

access_token
is an Entra ID access token. When using a connection string, the value of this option should be enclosed in double quotes to avoid potential issues with special characters in the token.

Notes

  • When using Entra ID access token authentication, the driver encrypts data using TLS/SSL encryption; therefore, the Encryption Method (EncryptionMethod) option is automatically set to 1 (SSL) when Entra ID authentication is enabled.

Default

No default value

GUI Tab

Logon dialog

See Also