<?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 Add manually client id and client secret when using custom connector in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3702184#M49577</link>
    <description>&lt;P&gt;Hi again community!&lt;/P&gt;&lt;P&gt;As I mention on my latest post I'm&amp;nbsp; new to this power bi universe and i've been trying to make a custom connector with oauth to reach an specific end point.&amp;nbsp;&lt;SPAN&gt;Right now I'm able to complete the autenthication process and get the data right, now we want to escalate it...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We want to make it available for several users, so I have a few questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1.- is it possible to add client id and client secret from an user interface without making changes on the code? i was wondering if it's possible to add it as we add the url in power bi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paocohe_0-1708024075647.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1043521i3DEF622F3A07346D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paocohe_0-1708024075647.png" alt="paocohe_0-1708024075647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.- if this is not possible how can i manage this escalation to several users without making them change the code to add their own client id and client secret data?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate all the help and suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 19:10:07 GMT</pubDate>
    <dc:creator>paocohe</dc:creator>
    <dc:date>2024-02-15T19:10:07Z</dc:date>
    <item>
      <title>Add manually client id and client secret when using custom connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3702184#M49577</link>
      <description>&lt;P&gt;Hi again community!&lt;/P&gt;&lt;P&gt;As I mention on my latest post I'm&amp;nbsp; new to this power bi universe and i've been trying to make a custom connector with oauth to reach an specific end point.&amp;nbsp;&lt;SPAN&gt;Right now I'm able to complete the autenthication process and get the data right, now we want to escalate it...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We want to make it available for several users, so I have a few questions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1.- is it possible to add client id and client secret from an user interface without making changes on the code? i was wondering if it's possible to add it as we add the url in power bi.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="paocohe_0-1708024075647.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1043521i3DEF622F3A07346D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="paocohe_0-1708024075647.png" alt="paocohe_0-1708024075647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.- if this is not possible how can i manage this escalation to several users without making them change the code to add their own client id and client secret data?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate all the help and suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 19:10:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3702184#M49577</guid>
      <dc:creator>paocohe</dc:creator>
      <dc:date>2024-02-15T19:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add manually client id and client secret when using custom connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3703297#M49583</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/687168"&gt;@paocohe&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Unfortunately, Power BI does not provide a built-in user interface for directly inputting client IDs and client secrets without altering the code. These values are typically stored in configuration files that are part of your application's codebase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;2. You may consider c&lt;/FONT&gt;&lt;SPAN&gt;reate parameters in Power BI Desktop that prompt users to enter their own client ID and client secret when connecting to the data source. This way, users can input their credentials directly in Power BI without modifying the connector code.&lt;BR /&gt;You can also pull back all the data first and then set the RLS according to the user.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/enterprise/service-admin-rls" target="_blank"&gt;Row-level security (RLS) with Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008080"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&amp;nbsp;--&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/China-Power-BI-User-Group/gh-p/ChinaPowerBIUserGroup" target="_blank" rel="noopener"&gt;China Power BI User Group&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 07:21:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3703297#M49583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-16T07:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add manually client id and client secret when using custom connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3708647#M49634</link>
      <description>&lt;P&gt;Thanks for the information.&lt;/P&gt;&lt;P&gt;I'm wondering if maybe i can achieve the expected result by somehow in the code make a call to a modal for the user to type the credentials, just like I have it right now with the url. Did you know if maybe I can do that?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 16:57:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Add-manually-client-id-and-client-secret-when-using-custom/m-p/3708647#M49634</guid>
      <dc:creator>paocohe</dc:creator>
      <dc:date>2024-02-19T16:57:31Z</dc:date>
    </item>
  </channel>
</rss>

