<?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: Connect to API Microsoft Graph in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329779#M98936</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To connect to API from Microsoft Graph, it's required to get one access token first by the url: https://developer.microsoft.com/en-us/graph/graph-explorer&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YDsNLAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155629iB50C257C2949F82C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YDsNLAA1.png" alt="0695b00000YDsNLAA1.png" /&gt;&lt;/span&gt;then, in the job, you can use the component tREST or tHTTPRequest to invoke the api URL&lt;/P&gt;&lt;P&gt;Please remember to setup the HTTP Headers as the below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YDsNQAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156593i824F7CC147566C8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YDsNQAA1.png" alt="0695b00000YDsNQAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2022 04:06:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-10-26T04:06:38Z</dc:date>
    <item>
      <title>Connect to API Microsoft Graph</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329778#M98935</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know how to connect to API from Microsoft Graph.&lt;/P&gt;&lt;P&gt;Everything works fine in Postman but how to put those parameters in a tRestClient component? (or perhaps there's another component)&lt;/P&gt;&lt;P&gt;TenantID&lt;/P&gt;&lt;P&gt;ClientID&lt;/P&gt;&lt;P&gt;ClientSecret&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just first to get the token and use the API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 11:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329778#M98935</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2022-10-25T11:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to API Microsoft Graph</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329779#M98936</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;To connect to API from Microsoft Graph, it's required to get one access token first by the url: https://developer.microsoft.com/en-us/graph/graph-explorer&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YDsNLAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155629iB50C257C2949F82C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YDsNLAA1.png" alt="0695b00000YDsNLAA1.png" /&gt;&lt;/span&gt;then, in the job, you can use the component tREST or tHTTPRequest to invoke the api URL&lt;/P&gt;&lt;P&gt;Please remember to setup the HTTP Headers as the below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YDsNQAA1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156593i824F7CC147566C8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YDsNQAA1.png" alt="0695b00000YDsNQAA1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 04:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329779#M98936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-26T04:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to API Microsoft Graph</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329780#M98937</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I said it is working fine in Postman, and in Talend also with the Token.&lt;/P&gt;&lt;P&gt;What I need to know &lt;B&gt;first &lt;/B&gt;is how to get the Token from Talend? and not from microsoft application.&lt;/P&gt;&lt;P&gt;I have a 200 status response but that send me to an html page which indicates there's some problems with cookies?! I don't get it since all the password and ID are correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 07:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329780#M98937</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2022-11-03T07:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to API Microsoft Graph</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329781#M98938</link>
      <description>&lt;P&gt;So for the moment I send a request to the API to get the Token with the https://login.microsoftonline.com/{{TenantID}}/oauth2/v2.0/authorize URL.&lt;/P&gt;&lt;P&gt;What I get is a status 200 that ask me to login in my corporate network.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 14:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329781#M98938</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2022-11-09T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to API Microsoft Graph</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329782#M98939</link>
      <description>&lt;P&gt;Solution was given to me in Stackoverflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the trick:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000aGjkjAAC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144637i6F59D79F5A658E64/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000aGjkjAAC.png" alt="0695b00000aGjkjAAC.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Status 200 with access_token in response. Perfect.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 11:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connect-to-API-Microsoft-Graph/m-p/2329782#M98939</guid>
      <dc:creator>Informatique1</dc:creator>
      <dc:date>2022-12-19T11:05:03Z</dc:date>
    </item>
  </channel>
</rss>

