<?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: Error in API URL call through Qlik Application Automation in SaaS in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497101#M5231</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;We removed the line breaks and used the same PEM value that worked in a regular REST request but didn’t work in the block URL.&lt;/P&gt;
&lt;P&gt;In the end, we found a solution by configuring the IDP creation block.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-creating-oidc-idp.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-creating-oidc-idp.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2024 13:46:32 GMT</pubDate>
    <dc:creator>sanekagr2</dc:creator>
    <dc:date>2024-12-10T13:46:32Z</dc:date>
    <item>
      <title>Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2496691#M5216</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I' trying to send a POST URL call via&amp;nbsp;Qlik Application Automation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/apis/rest/identity-providers/#post-v1-identity-pro" target="_blank" rel="noopener"&gt;https://qlik.dev/apis/rest/identity-providers/#post-v1-identity-pro&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/v1/identity-providers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Body of the call:&lt;/P&gt;
&lt;DIV class="x_elementToProof" data-olk-copy-source="MessageBody"&gt;{&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "protocol": "jwtAuth",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "provider": "external",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "description": "JWT Identity Provider",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "tenantIds": ["ay...........oH"],&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "clockToleranceSec": 50,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; "options": {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "issuer": "che............om",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "jwtLoginEnabled": true,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "staticKeys": [&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "kid": "c........kid",&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "pem" "-----BEGIN PUBLIC KEY-----&lt;/DIV&gt;
&lt;DIV&gt;MIIBIjANBgkqhkiG9.........c&lt;/DIV&gt;
&lt;DIV&gt;rwIDANNN&lt;/DIV&gt;
&lt;DIV&gt;-----END PUBLIC KEY-----":&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; }&lt;/DIV&gt;
&lt;DIV class="x_elementToProof"&gt;}&lt;/DIV&gt;
&lt;P&gt;I'm receiving a 400 error::&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sanekagr2_0-1733643221084.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175383i6F00D29883E12046/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sanekagr2_0-1733643221084.png" alt="sanekagr2_0-1733643221084.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The issue seems to be with the body, likely related to the PEM format.&lt;/P&gt;
&lt;P&gt;How can I resolve this?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 07:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2496691#M5216</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2024-12-08T07:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2496704#M5217</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42559"&gt;@Daniele_Purrone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you kindly advise on this matter ?&lt;/P&gt;
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eyal&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Dec 2024 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2496704#M5217</guid>
      <dc:creator>eyalnir_qlik</dc:creator>
      <dc:date>2024-12-08T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497022#M5224</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216828"&gt;@sanekagr2&lt;/a&gt;&amp;nbsp;, you are mentioning a POST, but I see a GET method in the response.&amp;nbsp;&lt;BR /&gt;Can you share screenshots of the block (all tabs)?&lt;BR /&gt;Of course, you can obscure sensitive data.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 08:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497022#M5224</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2024-12-10T08:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497029#M5225</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42559"&gt;@Daniele_Purrone&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the response,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sanekagr2_1-1733821659603.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175487iB592F0C34D7B41D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sanekagr2_1-1733821659603.png" alt="sanekagr2_1-1733821659603.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sanekagr2_2-1733821846293.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175488i6CA575BD2F45D473/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sanekagr2_2-1733821846293.png" alt="sanekagr2_2-1733821846293.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sending the request using POST, but for some reason, the log shows an error with a GET method&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 09:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497029#M5225</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2024-12-10T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497063#M5226</link>
      <description>&lt;P&gt;If you're creating a JWT IdP, the trick is to strip line breaks - see an example posted at&amp;nbsp;&lt;A href="https://qlik.dev/examples/manage-examples/identity-provider-create/" target="_blank" rel="noopener"&gt;https://qlik.dev/examples/manage-examples/identity-provider-create/&lt;/A&gt;&amp;nbsp;in the JWT IdP box.&lt;/P&gt;
&lt;P&gt;One other way of doing this to verify is creating it in the admin console &amp;amp; monitoring the request that gets sent to the API via developer tools.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 11:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497063#M5226</guid>
      <dc:creator>Dave_Channon</dc:creator>
      <dc:date>2024-12-10T11:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497101#M5231</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;We removed the line breaks and used the same PEM value that worked in a regular REST request but didn’t work in the block URL.&lt;/P&gt;
&lt;P&gt;In the end, we found a solution by configuring the IDP creation block.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-creating-oidc-idp.htm" target="_blank"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/mc-creating-oidc-idp.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 13:46:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497101#M5231</guid>
      <dc:creator>sanekagr2</dc:creator>
      <dc:date>2024-12-10T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error in API URL call through Qlik Application Automation in SaaS</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497271#M5235</link>
      <description>&lt;P&gt;Good to know, thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216828"&gt;@sanekagr2&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 07:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Error-in-API-URL-call-through-Qlik-Application-Automation-in/m-p/2497271#M5235</guid>
      <dc:creator>Daniele_Purrone</dc:creator>
      <dc:date>2024-12-11T07:08:15Z</dc:date>
    </item>
  </channel>
</rss>

