<?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: How to use ClientID and ClientSecrets to create pipelines in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4383887#M6591</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 08:40:34 GMT</pubDate>
    <dc:creator>v-kpoloju-msft</dc:creator>
    <dc:date>2025-01-28T08:40:34Z</dc:date>
    <item>
      <title>How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4371561#M6235</link>
      <description>&lt;P&gt;I am very new to MS Fabric and at the moment testing it out. I have created a few pipelines that uses basic authentication which works fine.&lt;/P&gt;&lt;P&gt;Now i want to create pipelines that uses clientID, clientSecret and Access Token URL. I have searched youtube videos and Google search but unable to find it.&lt;/P&gt;&lt;P&gt;Can someone please help me with a YouTube video or a guide somewhere that i can use to create pipelines/ELT process with&amp;nbsp;clientID, clientSecret and Access Token URL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 09:38:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4371561#M6235</guid>
      <dc:creator>itsAftab</dc:creator>
      <dc:date>2025-01-20T09:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4373268#M6304</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We really apologies for the inconvenience, after reviewing the issue of how to use Client id and Client secrets to create pipelines, here are few steps to may resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Access the Azure portal and navigate to Azure Active Directory. Select App Registrations and click on New Registration. Provide a name for your application and click Register. Once registered, make a note of the Application Client ID and Directory Tenant ID.&lt;/LI&gt;
&lt;LI&gt;In the registered application, navigate to Certificates &amp;amp; Secrets. Click on new client Secret and provide a description. Set an expiration period and click add. Ensure to copy the generated client secret value, as it will be needed later.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To obtain an access token, utilize the client credentials flow. This involves making a POST request to the token endpoint. Below is an example using http:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;POST &lt;A href="https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/token" target="_blank"&gt;https://login.microsoftonline.com/{tenant-id}/oauth2/v2.0/token&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;client_id={your-client-id}&lt;/P&gt;
&lt;P&gt;grant_type=client_credentials&lt;/P&gt;
&lt;P&gt;scope=https://{resource}.default&lt;/P&gt;
&lt;P&gt;client_secret={your-client-secret}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace&amp;nbsp;‘tenant-id’,&amp;nbsp;‘your-client-id’,&amp;nbsp;‘resource’, and&amp;nbsp;‘your-client-secret’&amp;nbsp;with your actual values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open ms fabric and navigate to your pipeline. Access the pipeline settings and configure the authentication settings. Choose the option to use client id, client secret, and access token url. Enter the client id, client secret, and the token endpoint url.&lt;/LI&gt;
&lt;LI&gt;Verify the connection to confirm the configuration is correct. Upon successful connection, you should be able to authenticate and access the necessary resources using the provided credentials.&lt;/LI&gt;
&lt;LI&gt;You can now create and run your pipelines using the configured authentication. Please ensure that the pipelines are set up to utilize the client credentials for resource access.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please give us Kudos and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 09:10:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4373268#M6304</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-01-21T09:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4378537#M6461</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/902865"&gt;@v-kpoloju-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply&lt;/P&gt;&lt;P&gt;I want to use clientID and clientSecret to retrieve data from an external source. It's a vendor's clientID and clientSecret, not ours&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 21:49:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4378537#M6461</guid>
      <dc:creator>itsAftab</dc:creator>
      <dc:date>2025-01-23T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4379234#M6479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We really apologies for the inconvenience, I have gone through the details that you have shared based on how to use client id and client secrets to create pipelines.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please go through the following steps may resolve the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Kindly refer to the vendor's API documentation for details on the access token URL, the exact payload and headers required for authentication, and the necessary scopes or permissions to access the data.&lt;/LI&gt;
&lt;LI&gt;Generally, you can obtain the access token by sending a POST request to the vendor's token endpoint. Here is a standard example using OAuth 2.0.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;POST &amp;lt;vendor's Access Token URL&amp;gt;&lt;/P&gt;
&lt;P&gt;Content-Type: application/x-www-form-urlencoded&lt;/P&gt;
&lt;P&gt;client_id=&amp;lt;vendor-client-id&amp;gt;&lt;/P&gt;
&lt;P&gt;client_secret=&amp;lt;vendor-client-secret&amp;gt;&lt;/P&gt;
&lt;P&gt;grant_type=client_credentials&lt;/P&gt;
&lt;P&gt;scope=&amp;lt;vendor-specified-scope&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replace the placeholders &amp;lt;vendor-client-id&amp;gt;, &amp;lt;vendor-client-secret&amp;gt;, etc. with the actual values provided by the vendor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Prior to integrating this into your MS Fabric pipeline, please test the token generation process using tools such as Postman or cURL. Ensure you can successfully retrieve an access token and utilize it to make authenticated API requests.&lt;/LI&gt;
&lt;LI&gt;In your MS Fabric pipeline, go to the settings for the connection or data source. Enter the vendor's client ID, client secret, and access token URL in the authentication configuration.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If required, set up custom headers or parameters to pass the access token in API requests. For example, use the header:&lt;/P&gt;
&lt;P&gt;Authorization: Bearer &amp;lt;access-token&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If the connection fails, check the logs or responses for specific errors e.g., invalid credentials, missing scopes. Ensure the vendors API is accessible from your network.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please give us Kudos and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 07:25:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4379234#M6479</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-01-24T07:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4383887#M6591</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 08:40:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4383887#M6591</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-01-28T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4390328#M6776</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thankyou.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 17:10:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4390328#M6776</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-01-31T17:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use ClientID and ClientSecrets to create pipelines</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4392825#M6875</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/681051"&gt;@itsAftab&lt;/a&gt;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 16:19:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-use-ClientID-and-ClientSecrets-to-create-pipelines/m-p/4392825#M6875</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-02-03T16:19:53Z</dc:date>
    </item>
  </channel>
</rss>

