<?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: Qlik Rest Connection to Okta API in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/2466803#M13871</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5097"&gt;@steverosebrook&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried this solutioning for Okta API, I believe there is some update on OKTA side due to which the script is not working.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I put this question Community as well&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Analytics/OKTA-API-Connection-for-getting-users-Data/td-p/2464214" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Analytics/OKTA-API-Connection-for-getting-users-Data/td-p/2464214&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2024 10:43:14 GMT</pubDate>
    <dc:creator>Cvag</dc:creator>
    <dc:date>2024-07-01T10:43:14Z</dc:date>
    <item>
      <title>Qlik Rest Connection to Okta API</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1564726#M3780</link>
      <description>&lt;P&gt;Our company has built a new website, and we're using Okta to handle signon/identify management.&amp;nbsp; I've gotten a request to create some Qlik dashboards showing new user information, counts, etc.&amp;nbsp; I'm currently trying to connect to Okta's API, but I'm having issues with paging.&lt;/P&gt;&lt;P&gt;I can connect to the API OK, and even pull in the first 200 users (that's the default Okta page limit) - using the following URL:&amp;nbsp;https://&amp;lt;ourcompanyname&amp;gt;.oktapreview.com/api/v1/users&lt;/P&gt;&lt;P&gt;I'm trying to figure out how to get the Qlik Rest connector set up to handle the paging aspect - i.e. to pull in the next 200 users and keep going until all users have been pulled in.&lt;/P&gt;&lt;P&gt;I think maybe the magic should happen in the paging configuration section of the Rest connector, but I'm not sure what to put in there.&amp;nbsp; I've discovered that the HTTPS header has a field in it called "link" that seems to have the next URL, but I'm not having any luck yet.&amp;nbsp; I've tried a number of different "Next URL Path" combinations (see an example below) - but nothing has worked (I'm only able to pull in the first 200 users and that's it).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Okta Data Connection.PNG" style="width: 465px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/9413i18ACBB93F928996F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Okta Data Connection.PNG" alt="Okta Data Connection.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've also tried unsuccessfully to do looping in the load script, using the WITH CONNECTION override.&amp;nbsp; Once again, I just don't know what parameters and values to use.&lt;/P&gt;&lt;P&gt;Has anyone out there been able to connect successfully to Okta and handle paging correctly?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 15:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1564726#M3780</guid>
      <dc:creator>steverosebrook</dc:creator>
      <dc:date>2021-12-23T15:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connection to Okta API</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1570684#M3836</link>
      <description>&lt;P&gt;We have the exact same issue. We are trying to do&amp;nbsp; reporting from the OKTA data in Qlik Sense. However cannot bring in anything more than 200 users or Apps or Groups through the REST API connector using Next Url&amp;nbsp; as Pagination type and path as link.&lt;/P&gt;&lt;P&gt;Did you find a solution to this. Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandini&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 18:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1570684#M3836</guid>
      <dc:creator>nandini_chatter</dc:creator>
      <dc:date>2019-04-17T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connection to Okta API</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1579249#M3921</link>
      <description>&lt;P&gt;I finally was able to get this all to work.&amp;nbsp; I had to create a loop in the load script to loop through the multiple data fetches until all the data was pulled in.&amp;nbsp; I also had to add in a sleep command to keep Qlik from overloading Okta with requests (you're only allowed to send so many requests per minute through Okta).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm attaching screen shots of the connection details, as well as the qvf with the code that finally worked.&amp;nbsp; Hopefully this is helpful to everyone having similar issues.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sun, 12 May 2019 15:15:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/1579249#M3921</guid>
      <dc:creator>steverosebrook</dc:creator>
      <dc:date>2019-05-12T15:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Rest Connection to Okta API</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/2466803#M13871</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5097"&gt;@steverosebrook&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried this solutioning for Okta API, I believe there is some update on OKTA side due to which the script is not working.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I put this question Community as well&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Analytics/OKTA-API-Connection-for-getting-users-Data/td-p/2464214" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Analytics/OKTA-API-Connection-for-getting-users-Data/td-p/2464214&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 10:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Qlik-Rest-Connection-to-Okta-API/m-p/2466803#M13871</guid>
      <dc:creator>Cvag</dc:creator>
      <dc:date>2024-07-01T10:43:14Z</dc:date>
    </item>
  </channel>
</rss>

