---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# OAuth connection properties for ODBC and JDBC drivers

# OAuth connection properties for ODBC and JDBC drivers {#ariaid-title1}

Release version: Australia  
Updated August 19, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Set these properties on the ODBC or JDBC driver to connect to Live Connect using OAuth instead of a username and password.

## ODBC custom property keys {#oauth-connection-properties-for-odbc-and-jdbc-drivers__section_ldv_bf3_hkc}

Add these keys as semicolon-separated key-value pairs along with the existing URL key. For the complete configuration procedure, see [Configure ServiceNow Live Connect ODBC driver on a client machine](https://servicenow-prod.fluidtopics.net/H~h09i~9er~caBlg1mJxog "Configure the ODBC driver with your instance URL, BCFIPS JAR file paths, and authentication credentials to enable BI tools to access your ServiceNow data.").
{#oauth-connection-properties-for-odbc-and-jdbc-drivers__table_et2_2f3_hkc__entry__2}

| Key | Description |
|-|-|
| UseOAuth | Set to true to connect using OAuth instead of a username and password. |
| OAuthClientId | Client ID from the OAuth Application Registry configured on your instance. |
| OAuthClientSecret | Client Secret from the OAuth Application Registry configured on your instance. |
| OAuthRefreshToken | Refresh token used to obtain new access tokens without re-authenticating. |
[Table 1. ODBC customer property keys for OAuth]

{#oauth-connection-properties-for-odbc-and-jdbc-drivers__table_et2_2f3_hkc}  
Note:  
If your OAuth client secret contains a semicolon, it can conflict with the semicolon delimited format of the custom properties string.

## JDBC driver properties {#oauth-connection-properties-for-odbc-and-jdbc-drivers__section_tyr_3f3_hkc}

Configure these properties in your JDBC client's driver properties list, and the existing user and password properties.  
Note:  
The location of driver properties varies by client application (for example, DBeaver or Tableau) but follows the standard JDBC specification. Look for Driver Properties, Advanced Properties, or Connection Properties in your client tool.
{#oauth-connection-properties-for-odbc-and-jdbc-drivers__table_evn_lf3_hkc__entry__2}

| Property | Description |
|-|-|
| useoauth | Set to true to connect using OAuth instead of a username and password. |
| oauthclientid | Client ID from the OAuth Application Registry configured on your instance. |
| oauthclientsecret | Client Secret from the OAuth Application Registry configured on your instance. |
| oauthrefreshtoken | Refresh token used to obtain new access tokens without re-authenticating. |
[Table 2. JDBC driver properties for OAuth]

{#oauth-connection-properties-for-odbc-and-jdbc-drivers__table_evn_lf3_hkc}

