<?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: Ingest data form a rest API with Oauth2 in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3483210#M830</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Did your issue get resolved? Did my answer helped you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you have any further queries.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 11:56:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-10-18T11:56:31Z</dc:date>
    <item>
      <title>Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3471443#M790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to ingest data from a rest API using fabric data pipelines, but I am in trouble as oauth2 authentication isn't supported.&lt;/P&gt;&lt;P&gt;Is it possible to know when it will be available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ultimatly succeeded in getting data from a web activity (providing manually a token). Is there a way to use this output as a source in the copy activity? I can't setup the source currently due to the oauth2 authentication missing problem, I am trying to find a workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for you answers!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 14:39:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3471443#M790</guid>
      <dc:creator>MylenePBI</dc:creator>
      <dc:date>2023-10-11T14:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3471931#M798</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp; - Thanks for using Fabric Community,&lt;BR /&gt;&lt;BR /&gt;As I understand you are trying to copy data from rest api to lakehouse with the help of fabric pipelines.&lt;BR /&gt;Current challenge in your case is inorder to invoke rest api you required token ( i.e.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Bearer token).&lt;BR /&gt;&lt;BR /&gt;As per my understanding we can have a work around to achieve your task.&lt;BR /&gt;&lt;BR /&gt;I am having 2 APIs, API_1 will get a token and other API_2 will get result(date) on passing token along with header.&lt;BR /&gt;&lt;BR /&gt;Lets try to use a Web Activity inorder to get token for us. Please find below screenshot.&lt;BR /&gt;&lt;BR /&gt;Step 1: Use Web Activity in Pipeline.&lt;BR /&gt;Step 2: Configure the connection with&amp;nbsp;&lt;STRONG&gt;Base URL&lt;/STRONG&gt;.&lt;BR /&gt;Step 3: Provide the relative URL of the API (API_1).&lt;BR /&gt;Step 4: Pass the json value in body (if applicable)&lt;BR /&gt;Step 5: Add Header -&amp;nbsp;&lt;STRONG&gt;Content-Type: application/json&amp;nbsp;&lt;/STRONG&gt;inorder to communicate body is a JSON format.&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;Step 6:&amp;nbsp; Link a Copy Activity to this Web Activity.&lt;BR /&gt;Step 7: Creation a Rest API connection with the base URL.&lt;BR /&gt;Step 8: Configure connection type and base url (API_2)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Step 9: &lt;STRONG&gt;!Important&amp;nbsp;&lt;/STRONG&gt;Configure your header with&amp;nbsp;&lt;STRONG&gt;Authorization: Bearer &amp;lt;token&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;Step 10:&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;!Important&amp;nbsp;&lt;/STRONG&gt;(inorder to pass token dynamic way, not manually)&lt;BR /&gt;&lt;/SPAN&gt;Configure value with&amp;nbsp;&lt;EM&gt;add dynamic content&amp;nbsp;&lt;/EM&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG style="font-family: inherit;"&gt;Bearer @{activity('User_Login_Token').output.&lt;/STRONG&gt;data.Token&lt;STRONG style="font-family: inherit;"&gt;}&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG style="font-family: inherit;"&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;Note:&amp;nbsp;&lt;/STRONG&gt;.data.Token is as per my json output, you can write your expression based on your &lt;EM&gt;&lt;STRONG&gt;json output from API_1&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Hope this is helpful. Please feel free incase of any queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 18:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3471931#M798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-11T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3473034#M804</link>
      <description>&lt;P&gt;Hello, many thanks! I can see the path, but the way to get the token isn't clear (I have client id/client secret, callback uri etc...). Do you have some ressources about it? Is it achievable? I was using a custom connector that I developed before, and I really don't see how to reproduce all the steps here...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 09:17:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3473034#M804</guid>
      <dc:creator>MylenePBI</dc:creator>
      <dc:date>2023-10-12T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3473220#M809</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;You can send your client id, client secret along with the header in web api activity inorder to get the token. Can you confirm how did you get your token initially?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 10:33:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3473220#M809</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-12T10:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3478409#M817</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 09:38:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3478409#M817</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-16T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3483210#M830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Did your issue get resolved? Did my answer helped you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know if you have any further queries.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 11:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3483210#M830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-18T11:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3483837#M832</link>
      <description>&lt;P&gt;Hello, sorry for the late answer...I still have trouble with ClientId and SecretId, I am not sure where and how to put them in the process.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 16:35:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3483837#M832</guid>
      <dc:creator>MylenePBI</dc:creator>
      <dc:date>2023-10-18T16:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3485482#M834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;- Thanks for using Fabric Community,&lt;BR /&gt;&lt;BR /&gt;Inorder to understand how to use client_id and client_secret in your case, please follow below screenshot -&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Connection - Add your base URL here.&lt;BR /&gt;2. Relative URL - Add your relative URL here.&lt;BR /&gt;3. Body &lt;STRONG&gt;(Main point) -&amp;nbsp;&lt;/STRONG&gt;Can add your client_id and client_secret here in json format&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
    "grant_type":"client_credentials",
    "client_id":"abcdefg",
    "client_secret":"123ghy456"
}&lt;/LI-CODE&gt;
&lt;P&gt;4. Header: Add&amp;nbsp;&lt;STRONG&gt;Content-Type :&amp;nbsp;application/json&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Hope this is helpful. In case of any queries please feel free.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 11:55:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3485482#M834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-19T11:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3488391#M846</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help . &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 18:27:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3488391#M846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-20T18:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3490950#M847</link>
      <description>&lt;P&gt;Hello, I've tried your solution, but I always have the same problem "unsupported media type".&lt;/P&gt;&lt;P&gt;I am not sure what I do is ok. I have several Url:&lt;/P&gt;&lt;P&gt;- 1 base Url&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 1 authorization URL (base+relative)&lt;/P&gt;&lt;P&gt;- 1 token URL (base+relative)&lt;/P&gt;&lt;P&gt;- 1 URL where I call the data.&lt;/P&gt;&lt;P&gt;Currently I succeed in getting the data when I pass directly the token (that I get from postman) to the call with the last URL.&lt;/P&gt;&lt;P&gt;I have tried to follow what you have said to get the token in fabric data factory: Connect to the base URL, add the token relative URL, add client id, client seret, username and password to the body, add Content-type Json-application in the header, use POST method, but I always have this answer.&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Error code&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV class=""&gt;2108&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Failure type&lt;/SPAN&gt;User configuration issue&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Details&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;{"ErrorMessage":"Unsupported Media Type"}&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;My connexion to the base url is a web2 connexion with anonymous authentication. Could you please help?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Oct 2023 09:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3490950#M847</guid>
      <dc:creator>MylenePBI</dc:creator>
      <dc:date>2023-10-23T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3491230#M856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="456633" data-lia-user-login="MylenePBI" class="lia-mention lia-mention-user"&gt;MylenePBI&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The error code 2108 indicates an Unsupported Media Type error. This error occurs when the Content-Type header of the request does not match the media type of the content being sent.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For example, if you are sending JSON data in the body of the request, but the Content-Type header is set to application/x-www-form-urlencoded, the server will reject the request with an Unsupported Media Type error.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;To fix this error, you need to make sure that the Content-Type header matches the media type of the content being sent. For example, if you are sending JSON data, the Content-Type header should be set to application/json.&lt;BR /&gt;&lt;BR /&gt;Can you please share few screenshots and details of your implemenation so that I can guide you better?&lt;BR /&gt;&lt;BR /&gt;Note: Try to hide sensitive information in case if any.&lt;BR /&gt;&lt;BR /&gt;Further Queries:&lt;BR /&gt;Do you require&amp;nbsp;authorization URL (base+relative) inorder to use&amp;nbsp;token URL (base+relative) and get the token?&lt;BR /&gt;&lt;BR /&gt;As I understand -&lt;BR /&gt;&amp;nbsp;token URL (base+relative) --&amp;gt; token (passing) ---&amp;gt;&amp;nbsp;&lt;SPAN&gt;URL (where I call the data) --&amp;gt; data as response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:06:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3491230#M856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-23T12:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3829832#M2559</link>
      <description>&lt;P&gt;Hi Everyone, I can't seem to get this working myself did others get it working? I've configued as per below and the Login bit seems fine. I&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output I am getting from the login doesnt look like the output the previous post has.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then subsequently get the 401.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 07:14:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3829832#M2559</guid>
      <dc:creator>ThangN</dc:creator>
      <dc:date>2024-04-11T07:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3949263#M3553</link>
      <description>&lt;P&gt;You are a genius! It took my some time to adapt it to my REST API, but I got it to work. This is so nice, thank you very much!&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 11:00:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/3949263#M3553</guid>
      <dc:creator>PhilippM</dc:creator>
      <dc:date>2024-05-25T11:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4596639#M7222</link>
      <description>&lt;P&gt;What is everyone using for a connection?&amp;nbsp; I'm trying to use the Salesforce API in my instance (I do this BEFORE the normal Salesforce connector so I can get the field descriptions).&lt;BR /&gt;&lt;BR /&gt;Like others, I can't seem to get it to work as expected. I&amp;nbsp;&lt;STRONG&gt;do not&lt;/STRONG&gt; want to include raw credentials in the pipeline as this is highly unsecure.&amp;nbsp; But I can't figure out how to setup the "New Connection" properties.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 13:31:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4596639#M7222</guid>
      <dc:creator>DanielSDavis</dc:creator>
      <dc:date>2025-03-05T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4834182#M8564</link>
      <description>&lt;P&gt;Hello, i can see in your first web activity, youa re still hardcoding the email and password. Is there any way to avoid doing that.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 09:33:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4834182#M8564</guid>
      <dc:creator>mkj1213</dc:creator>
      <dc:date>2025-09-24T09:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ingest data form a rest API with Oauth2</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4834184#M8565</link>
      <description>&lt;P&gt;were you able to solve the challenge of not hardcoding the credentials (client_id, client_secret, tenant_id) in your pipeline?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 09:34:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Ingest-data-form-a-rest-API-with-Oauth2/m-p/4834184#M8565</guid>
      <dc:creator>mkj1213</dc:creator>
      <dc:date>2025-09-24T09:34:44Z</dc:date>
    </item>
  </channel>
</rss>

