Authentication for Databricks Apps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 07:05 PM
Databricks Apps allows us to define dependencies & an entrypoint to execute a Python application like Gradio, Streamlit, etc. It seems I can also run a FastAPI application and access via an authenticated browser which is potentially a very powerful capability.
I'm trying to access this API from outside Databricks. Obviously I need to authenticate; I'm following the instructions Authenticate access to Databricks with OAuth
Following this pattern, and passing the generated token with a header like "Authorization: Bearer $TOKEN", allows me to access regular Databricks APIs, but does not let me reach my "Databricks Apps" API.
Is this possible to achieve? If not currently, is this considered in the roadmap?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 11:42 PM
According to the response in this Reddit thread, it appears that this feature is not yet supported: https://www.reddit.com/r/databricks/comments/1g5ni8e/comment/lsceh4n/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2025 07:58 AM
Hello,
Thank you for your questions and answers regarding this topic.
Is it available this feature right now? Or still not supported?
Thank you in advance

