<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embed dashboards in websites and applications in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98746#M1691</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;&amp;nbsp;, This is really helpful, if we use embedded credentials does it mandatory for end user to have access to data bricks to view dashboard ?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Nov 2024 07:23:36 GMT</pubDate>
    <dc:creator>bhanu_gautam</dc:creator>
    <dc:date>2024-11-14T07:23:36Z</dc:date>
    <item>
      <title>Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98684#M1688</link>
      <description>&lt;P&gt;I am embedding a dashboard in my react application using an iframe.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/blog/how-embed-aibi-dashboards-your-websites-and-applications" target="_blank" rel="noopener"&gt;https://www.databricks.com/blog/how-embed-aibi-dashboards-your-websites-and-applications&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/dashboards/index.html#embed-a-dashboard" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/dashboards/index.html#embed-a-dashboard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1. How can i let my users view the dashboard, without the need to sign in to databricks?&lt;BR /&gt;I want databricks to be transparent for the user so the UX don't feel as if the user navigates away of my app and going through the hole login process.&lt;/P&gt;&lt;P&gt;2. If I have 100 users, for each I want to give access to the same dashboard, only with different dataset, what is the best way to handle that?&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 14:56:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98684#M1688</guid>
      <dc:creator>AE10</dc:creator>
      <dc:date>2024-11-13T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98691#M1690</link>
      <description>&lt;P class="p1"&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/132290"&gt;@AE10&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;To allow users to view the dashboard without needing to sign in to Databricks, you can publish the dashboard with embedded credentials. This way, all viewers of the published dashboard can run queries using your credentials for data and compute. This allows users to see the dashboard even if they don’t have access to the originating workspace, underlying data, or SQL warehouse. However, be cautious as this might expose data to users who have not been granted direct access to it. &lt;A href="https://docs.databricks.com/en/dashboards/index.html#publish-dashboard" target="_blank"&gt;https://docs.databricks.com/en/dashboards/index.html#publish-dashboard&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;To handle access for multiple users, each with a different dataset, you can use the following approach:&lt;/P&gt;
&lt;OL class="ol1"&gt;
&lt;LI class="li1"&gt;&lt;STRONG&gt;Create a base dashboard&lt;/STRONG&gt;: Design and publish a base dashboard within Databricks.&lt;/LI&gt;
&lt;LI class="li1"&gt;&lt;STRONG&gt;Parameterize datasets&lt;/STRONG&gt;: Use parameters in your SQL queries to dynamically adjust the dataset based on user input.&lt;/LI&gt;
&lt;LI class="li1"&gt;&lt;STRONG&gt;Embed the dashboard&lt;/STRONG&gt;: Embed the dashboard in your application using iframes.&lt;/LI&gt;
&lt;LI class="li1"&gt;&lt;STRONG&gt;Pass parameters via URL&lt;/STRONG&gt;: Use URL parameters to pass specific dataset identifiers for each user. This way, when a user accesses the dashboard, the appropriate dataset is loaded based on the parameters in the URL.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;For example, you can use the following URL structure to pass parameters: &lt;/SPAN&gt;&lt;STRONG&gt;&amp;lt;databricks-instance&amp;gt;/dashboardsv3/&amp;lt;dashboard-id&amp;gt;/published?o=&amp;lt;workspace-id&amp;gt;&amp;amp;f_&amp;lt;parameter-id&amp;gt;=&amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 15:31:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98691#M1690</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-11-13T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98746#M1691</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;&amp;nbsp;, This is really helpful, if we use embedded credentials does it mandatory for end user to have access to data bricks to view dashboard ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2024 07:23:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/98746#M1691</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-11-14T07:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/99181#M1696</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;, in the embed dialog I get this message saying "&lt;SPAN&gt;users will still need to log in..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I missing some settings that I need to configure?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AE10_0-1731937473843.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/12960iA388C9A948AB04BF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AE10_0-1731937473843.png" alt="AE10_0-1731937473843.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also, can you maybe provide a code example for the solution you suggested above?&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 13:49:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/99181#M1696</guid>
      <dc:creator>AE10</dc:creator>
      <dc:date>2024-11-18T13:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/100858#M1732</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone gotten this working? I am facing the same issue when trying to get the embedded URL working from an iframe in my React application. I think I have all the necessary permissions in place, but still, the Databricks sign-in page opens instead of the dashboard.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 07:33:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/100858#M1732</guid>
      <dc:creator>Preeti_Singh</dc:creator>
      <dc:date>2024-12-04T07:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Embed dashboards in websites and applications</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/125891#M2166</link>
      <description>&lt;P class=""&gt;I’ve reviewed the Databricks Embeded Dashboard documentation, which recommends passing parameters via URL encoding when embedding dashboards in external applications or portals.&lt;/P&gt;&lt;P class=""&gt;However, this raises a few concerns from a security and data exposure perspective — especially in multi-tenant environments where dashboards are embedded per customer or user context.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;My question is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;What are the best practices or alternative methods to securely pass dynamic filters or parameters to an embedded Databricks SQL dashboard &lt;SPAN class=""&gt;&lt;STRONG&gt;without relying solely on visible URL query strings&lt;/STRONG&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;For example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;Is there support for POST-based parameter passing or token-scoped parameters?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Can parameters be derived from a JWT claim or iframe parent context instead of query strings?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;Are there supported patterns for hiding or encrypting sensitive filters (e.g., &lt;SPAN class=""&gt;customer_id&lt;/SPAN&gt;)?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 16:38:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/embed-dashboards-in-websites-and-applications/m-p/125891#M2166</guid>
      <dc:creator>Zuza-Carvalho</dc:creator>
      <dc:date>2025-07-21T16:38:37Z</dc:date>
    </item>
  </channel>
</rss>

