What feature or improvement would you like to see?
ADBC currently supports PEM-encoded root certificates for TLS communication as documented in the FlightSQL driver options. However, when OAuth authentication flows are triggered by the driver (as implemented in PR #2651), these flows do not use the TLS configuration created with these custom root certificates.
I'm proposing to apply the same TLS configuration to any OAuth-related client.