<?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 Can I hide /getembedinfo page from the users? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1841641#M29418</link>
    <description>&lt;P&gt;Hello! I recently used PowerBI Embedded - "embed for your customers" solution. I saw that in the URL; if I enter https://&amp;lt;url of application&amp;gt;/getembedinfo, it shows the token information and other information regarding the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-Developer-Samples/blob/a6a9da1a90b685655c461c73c0d7b509d5a7e228/Python/Embed%20for%20your%20customers/AppOwnsData/app.py#L22" target="_self"&gt;this line of code&lt;/A&gt; from the sample files to hide the information from the users. May I ask if there is any security risk if the users access this information? Also, it would be great if I can get some guidance on how I can hide it from the users while it can stay functional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 00:08:44 GMT</pubDate>
    <dc:creator>yjlee1212</dc:creator>
    <dc:date>2021-05-14T00:08:44Z</dc:date>
    <item>
      <title>Can I hide /getembedinfo page from the users?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1841641#M29418</link>
      <description>&lt;P&gt;Hello! I recently used PowerBI Embedded - "embed for your customers" solution. I saw that in the URL; if I enter https://&amp;lt;url of application&amp;gt;/getembedinfo, it shows the token information and other information regarding the report.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to change&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-Developer-Samples/blob/a6a9da1a90b685655c461c73c0d7b509d5a7e228/Python/Embed%20for%20your%20customers/AppOwnsData/app.py#L22" target="_self"&gt;this line of code&lt;/A&gt; from the sample files to hide the information from the users. May I ask if there is any security risk if the users access this information? Also, it would be great if I can get some guidance on how I can hide it from the users while it can stay functional.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 00:08:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1841641#M29418</guid>
      <dc:creator>yjlee1212</dc:creator>
      <dc:date>2021-05-14T00:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I hide /getembedinfo page from the users?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1845371#M29445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/296898"&gt;@yjlee1212&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;I don't quite understand your needs. Do you want to hide the following line of code and then make sure that its function does not disappear? Can I know why you want to hide this line of code? Is it due to security factors?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;@app.route('/getembedinfo', methods=['GET'])&lt;/LI-CODE&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embed-sample-for-customers?tabs=net-core#step-8---embed-your-content" target="_self"&gt;&lt;STRONG&gt;Embed Power BI content using a sample embed for your customers application&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded/embedded-faq#embedding-setup-tool" target="_self"&gt;&lt;STRONG&gt;Frequently asked questions about Power BI Embedded&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 07:44:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1845371#M29445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-17T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Can I hide /getembedinfo page from the users?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1852629#M29495</link>
      <description>&lt;P&gt;Hello Rena,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for looking into my question! Yes, it is due to the security factor. I want to understand if it contains any sensitive information in `/getembedinfo` and, if so, hide the information that reveals when they go to `/getembedinfo` if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Yong-Jin&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 01:09:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-I-hide-getembedinfo-page-from-the-users/m-p/1852629#M29495</guid>
      <dc:creator>yjlee1212</dc:creator>
      <dc:date>2021-05-20T01:09:42Z</dc:date>
    </item>
  </channel>
</rss>

