how to get access_token from REST API without a user password
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:49 PM
using rest api
/oauth2/token
how do i get access_token programmatically
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2024 01:23 AM
Have you read this blogpost?
https://medium.com/@wernkai95/generate-azure-databricks-workspace-personal-access-token-for-azure-se...
Also refer to the API docs: https://docs.databricks.com/api/azure/workspace/tokens/create

