databricks OAuth Authentication
About OAuth Authentication
OAuth is the recommended authentication method for the Databricks Genie API. It provides enhanced security through token rotation and more granular access control.
Need Help?
To set up OAuth authentication:
- Create a service principal in your Databricks workspace
- Generate an OAuth secret for the service principal
- Grant the service principal "Can View" permission on your Genie space
- Enter the client ID and secret in this form
For detailed instructions, see the Databricks OAuth documentation.