[Connectivity: SQL & BI] JDBC driver for Foundry datasets refresh token support

Hello Community,

We are currently integrating Palantir Foundry datasets into our TIBCO Spotfire environment using the official Foundry JDBC driver.

The connection is successfully established using the Authorization Code grant flow. However, the driver configuration currently only allows us to map the access_token as a connection parameter. Since our access tokens have a standard validity of one hour, this requires our users to re-authenticate every hour, which significantly disrupts their analytical workflow.

To create a more seamless and persistent connection experience, we would like to request the ability to use a refresh_token. Ideally, the JDBC driver would support a refresh_token parameter, allowing it to automatically handle the token refresh process in the background without user intervention.

Is there a plan on the roadmap to add native support for refresh_tokens within the Foundry JDBC driver’s connection properties?

In the meantime, has anyone in the community found a viable workaround for this scenario?

Thanks for your insights and support.

Regards,