I'm trying to figure out how to utilize an OAuth access token within the Databricks REST API. I have the token, but I'm not sure how to properly apply it for API authentication.
6 answers
Nicola
Mon Dec 23 2024
The access is granted specifically to the service principal for which the token is requested.
IncheonBeauty
Mon Dec 23 2024
To obtain the token, one must utilize the preceding token endpoint URL.
Daniele
Mon Dec 23 2024
The all-apis scope necessitates the acquisition of an OAuth access token.
Michele
Mon Dec 23 2024
This URL acts as the address where the request for the token is sent.
MountFujiView
Mon Dec 23 2024
Additionally, the service principal’s client ID, alternatively known as the application ID, must be provided.