Azure Oauth Passthrough with the Go Driver

Miguel_Grafana
New Contributor

Can anyone point me towards some resources for achieving this? I already have the token.

Trying with:

 dbsql.WithAccessToken(settings.Token)

But I'm getting the following error:

Unable to load OAuth Config: request error after 1 attempt(s): unexpected HTTP status 400 Bad Request

 So I'm guessing its more of a config mishap either on azure or databricks or both and was wondering if there was a resource for it somewhere?