I am trying to access to the REST API of Databricks with an Active Directoy Access Token.
To do so, from the Active Directory -> App Registration -> AAD App:
In API Permissions I have added the AzureDatabricks API
Then I am trying to access to any data from the Databricks REST API, but always I am getting the same error:
"io.jsonwebtoken.security.SignatureException: JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted."
One of the endpoint I am trying to request is:
https://adb-XXXXXXXXXXXXXXX.azuredatabricks.net/api/2.0/token/list
This Access Token let me do requests to my Graph API, so I guess the token is OK. If my Access Token expires, returns that the token has expired...
To do all tries I am using Insomnia (similar to Postman).
What am I doing wrong? Do I need to do something more?
Thanks beforehand
