<?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 Using Window's Authentication for Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161500#M1288232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to use the user's Windows login ID (NT) for section Access &amp;amp; the qlikview file should not ask for userID &amp;amp; Password again. What should I do ? Thank's in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>amars</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161500#M1288232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I want to use the user's Windows login ID (NT) for section Access &amp;amp; the qlikview file should not ask for userID &amp;amp; Password again. What should I do ? Thank's in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;Amar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161500#M1288232</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161501#M1288236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use NTNAME instead of USERID and do not require password (it's been already validated by Windows). In a server environment, you should disable Anonymous access to your Web site, in order to implement this function.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 17:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161501#M1288236</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-08-17T17:58:06Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161502#M1288240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank's Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 18:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161502#M1288240</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2009-08-17T18:51:28Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161503#M1288245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oleg,&lt;/P&gt;&lt;P&gt;I have similar issues.&lt;/P&gt;&lt;P&gt;I want to secure the QV file with respect to the NTNAME. What i mean here is when i am integrating my .qvw files into clients application, that time when any user is trying to log in to the application, the QV file should open only the relevant data with respect to the corresponding user login without asking him the userid and password again as the section acess in QV asks to enter.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Yes i have tried with NTNAME as you said, my code is as below.&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME&lt;BR /&gt; ADMIN, SONATA\MAHASWETA.D&lt;BR /&gt; USER, SONATA\SENTHILKUMAR.N&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;/P&gt;&lt;P&gt;But now when am trying to open still the same is asking to enter userid, even if am SONATA\MAHASWETA.D as userid its not accepting ,its only accepting the adminuser id . one more thing i can update you already i logged in to my pc with my NTNAME as SONATA\MAHASWETA.D. So will that be the reason, then in that case its should not ask the userid again right?&lt;/P&gt;&lt;P&gt;For NT security do i need to delpoy my qvw files to the server or to any application, or can test the same feature in QV desktop client also in the developer window.&lt;/P&gt;&lt;P&gt;Am not exactly sure ,but i want to implement this ,its very urgent for me.&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 12:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161503#M1288245</guid>
      <dc:creator />
      <dc:date>2009-08-18T12:39:48Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161504#M1288247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot to all.&lt;/P&gt;&lt;P&gt;Yes i got the same to be worked. I have used the NTNAME as said by Oleg, so its working as its needed. Its not asking the userid and password again to the user.&lt;/P&gt;&lt;P&gt;The script is given as&lt;/P&gt;&lt;P&gt;//IMPLEMENTING NTLOGIN&lt;BR /&gt;Section Access;&lt;BR /&gt;Load&lt;BR /&gt;'USER' as ACCESS,&lt;BR /&gt;DOMAINNAME AS NTNAME,SCEN&lt;BR /&gt;Resident USERINFO;&lt;/P&gt;&lt;P&gt;Section Application;&lt;BR /&gt;Load SCEN Resident USERINFO;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 16:23:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161504#M1288247</guid>
      <dc:creator />
      <dc:date>2009-08-18T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161505#M1288250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where I find the table called userinfo?&lt;/P&gt;&lt;P&gt;Is the domain name the field of the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 01:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161505#M1288250</guid>
      <dc:creator />
      <dc:date>2009-09-02T01:08:37Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161506#M1288253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, You can find the table userinfo from your database. I have created that table in my database, and we are supposed to get the table from our client.&lt;/P&gt;&lt;P&gt;Yes domainname is the feild of the table, so that according to the permitted NT users the security will be implemented.&lt;/P&gt;&lt;P&gt;Let me know if you have some issues.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahasweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 11:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161506#M1288253</guid>
      <dc:creator />
      <dc:date>2009-09-02T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Using Window's Authentication for Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161507#M1288255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 19:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Window-s-Authentication-for-Section-Access/m-p/161507#M1288255</guid>
      <dc:creator />
      <dc:date>2009-09-02T19:17:22Z</dc:date>
    </item>
  </channel>
</rss>

