How to parse token to my URL for infinity plugin

  • What are you trying to achieve?

I’m trying to use Oauth client credential authentication / normal basic authentication to authenticate myself to my APIs. My APIs required me to grab a token from another APIs if i’m using basic authentication, or using Oauth2.0 with client credentail will also return me an access token. I’ve passed the health check perfectly fine, but when I try to query with my URL with Query inspector, I dont see the token is being parsed in my URL query. Am I missing something out here?

cheek this docu out

https://grafana.github.io/grafana-infinity-datasource/docs/authentication#oauth2-client-credentials-authentication