<?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 prevent other visitors seeing your selections when authenticated using demo user? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1675746#M12340</link>
    <description>&lt;P&gt;yes it works.&lt;BR /&gt;Thanks for the help&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 11:36:04 GMT</pubDate>
    <dc:creator>Manikandan_NJ</dc:creator>
    <dc:date>2020-02-14T11:36:04Z</dc:date>
    <item>
      <title>How to prevent other visitors seeing your selections when authenticated using demo user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203074#M6117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This question follows on from my previous discussion: &lt;A href="https://community.qlik.com/thread/227161"&gt;Enabling exportData for anonymous users from mashup&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I successfully set up authentication of anonymous users using the qlik-auth module and virtual proxy configuration as show on Qlik Branch.&amp;nbsp; However, the issue is that all users can now see the selections of other users on the same qap mashup. Is there any way of forcing different sessions for the same authenticated user based on their location/ip address/some other way to ensure that users are authenticated using the dummy user but cannot see the selection of the others?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatfully appreciated as we are considering whether or not to purchase QAP licences within the next day or so and this is a showstopper.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 14:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203074#M6117</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2016-10-18T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent other visitors seeing your selections when authenticated using demo user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203075#M6118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found out that by adding an identity parameter to config in the call to the OpenApp method, this prevents sharing of the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-GB"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en-GB"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt; &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;var intRandomSessionID = Math.floor((Math.random() * 1000000000) + 1); &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;…..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;….&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;var config = {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="it"&gt;host: window.location.hostname,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="it"&gt;prefix: prefix,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="it"&gt;port: window.location.port,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&lt;SPAN lang="it"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;isSecure: window.location.protocol === "https:"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: red;"&gt;&lt;STRONG&gt;,identity:intRandomSessionID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman,serif;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a test, I used a random number as identity, but I will try to get the IPaddress, so that selections can be shared across pages within the same mashup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 15:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203075#M6118</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2016-10-18T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent other visitors seeing your selections when authenticated using demo user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203076#M6119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;Hmmmm!&amp;nbsp; I changed the code to pass the identity string to in the URL and only assign a random number if no identity was passed.&amp;nbsp; So far, so good.&amp;nbsp; I checked the value of app.model.session.cacheName and confirmed that they were the same (apart from the reloadUri part, of course, see below). However, it seems that the selections are not being passed from page to page.&amp;nbsp; I am worried about passing the selections in the URL too as there could be a large number of filters and large number of selected values.&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;ws://s-agri-qaptest1/auth/app/9198c32b-5f7e-411a-b179-64868ba63844/&lt;STRONG style="color: red;"&gt;identity/513994901&lt;/STRONG&gt;&lt;SPAN&gt;?reloadUri=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://s-agri-qaptest1/auth/extensions/CAPIndicators/" rel="nofollow" target="_blank"&gt;http://s-agri-qaptest1/auth/extensions/CAPIndicators/&lt;/A&gt;&lt;STRONG style="color: red;"&gt;CAPIndicatorsMap1.html&lt;/STRONG&gt;?id=513994901&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt;"&gt;"ws://s-agri-qaptest1/auth/app/9198c32b-5f7e-411a-b179-64868ba63844/&lt;STRONG style="color: red;"&gt;identity/513994901&lt;/STRONG&gt;&lt;SPAN&gt;?reloadUri=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://s-agri-qaptest1/auth/extensions/CAPIndicators/" rel="nofollow" target="_blank"&gt;http://s-agri-qaptest1/auth/extensions/CAPIndicators/&lt;/A&gt;&lt;STRONG style="color: red;"&gt;CAPIndicatorsMap2.html&lt;/STRONG&gt;?id=513994901"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9.0pt;"&gt;Does anyone have any clues?&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 11:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1203076#M6119</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2016-10-19T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent other visitors seeing your selections when authenticated using demo user?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1675746#M12340</link>
      <description>&lt;P&gt;yes it works.&lt;BR /&gt;Thanks for the help&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 11:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-prevent-other-visitors-seeing-your-selections-when/m-p/1675746#M12340</guid>
      <dc:creator>Manikandan_NJ</dc:creator>
      <dc:date>2020-02-14T11:36:04Z</dc:date>
    </item>
  </channel>
</rss>

