<?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 GetTicket Authentication still asking me for credentials to log in in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259383#M1280223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The form asking you for your logins credentials, is it a qlikview's or windows/IE form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2011 20:35:46 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2011-06-01T20:35:46Z</dc:date>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259381#M1280221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey all, I need your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using Qlikview 10 SR2 with IIS as my webserver. I am also using a Custom Directory with a prefix of TEST\ for all my users. (ex: test\johndoe, test\user2, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've written some code in VB.NET that acts as a landing page, and gets a ticket for authentication from the QlikView Server. You can find the code snippet I used here: &lt;A _jive_internal="true" href="https://community.qlik.com/message/117147#117147" target="_blank"&gt;http://community.qlik.com/message/117147#117147&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So the main point of the code is that it makes a request for a ticket in the following structure: '&amp;lt;Global method="GetTicket"&amp;gt;&amp;lt;UserId&amp;gt;' + username + '&amp;lt;/UserId&amp;gt;&amp;lt;/Global&amp;gt;'&lt;/P&gt;&lt;P&gt;And the server replies with a ticket like so: 510EA55C2DB723DC04C16C6FB3CDAB24F3390792&lt;/P&gt;&lt;P&gt;Now, you're supposed to be able to use that ticket as a method of authentication for the user that you passed into the GetTicket request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is running fine and I can retrieve a ticket without any problems.&lt;/P&gt;&lt;P&gt;However, when I try to access my AccessPoint by using the ticket parameter, it still asks me to log in. It's not an IIS authentication issue because when I change the log in settings in the QEMC to the alternate web form, it'll bring up the alternate web form asking me to log in; if I change it to the regular log in using browser authentication, the browser prompts me for a user name and password. If I type in my custom users, I can log into the AccessPoint.&lt;/P&gt;&lt;P&gt;I've also tried opening a specific document with a ticket and it still asks me to log in.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost/QlikView/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792" target="_blank"&gt;http://localhost/QlikView/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost/QvAJAXZfc/AccessPoint.aspx?open=&amp;amp;id=QVS@qvcustom" target="_blank"&gt;http://localhost/QvAJAXZfc/AccessPoint.aspx?open=&amp;amp;id=QVS@qvcustom&lt;/A&gt;&lt;SPAN&gt;|AP/SalesTest.qvw&amp;amp;client=Ajax&amp;amp;ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The weird thing is, is that I had it working before the weekend where it would log me into the AccessPoint by using nothing more than my ticket, and it suddenly stopped working this week when I booted up my server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've set my security for DMS authorization, authentication for Custom Users with a prefix of TEST\. Like I said, I had it working, and now it's stopped when I rebooted my system on the weekend. Did any QlikView config files change once I rebooted? What could cause something to stop working? I've wasted plenty of time playing with the QEMC already, did I miss something? Do I need to add anything to my code or my IIS settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm retrieving the tickets just fine, so why isn't the QlikView server accepting them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts are appreciated. Thanks.&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/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259381#M1280221</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259382#M1280222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to clarify what I'm doing at the moment:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I built a webpage that a user inputs his Custom Username&lt;/P&gt;&lt;P&gt;2. the VB code passes a GetTicket call to the QlikView server using the username typed in by the user (ex: TEST\user1)&lt;/P&gt;&lt;P&gt;3. the QlikView server returns a ticket that should authenticate the user (ex: ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792 would be tied to the user TEST\user1)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. I pass that ticket into a URL to open up the AccessPoint or a QVW (ex: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/QlikView/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792"&gt;http://localhost/QlikView/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792&lt;/A&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost/QvAJAXZfc/AccessPoint.aspx?open=&amp;amp;id="&gt;http://localhost/QvAJAXZfc/AccessPoint.aspx?open=&amp;amp;id=&lt;/A&gt;&lt;SPAN style="font-size: 12px;"&gt;SalesTest.qvw&amp;amp;client=Ajax&amp;amp;ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. I get prompted for a user name and password, when I should already be authenticated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I've mentioned, I had it working before, but when I booted up my machine this week, this log in issue surfaced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that my WebServer config.xml file has the following attribute&lt;/P&gt;&lt;P&gt; &amp;lt;QvsAuthenticationProt&amp;gt;Negotiate&amp;lt;/QvsAuthenticationProt&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I want it to be negotiate? Would that have anything to do with it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 19:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259382#M1280222</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-01T19:28:08Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259383#M1280223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The form asking you for your logins credentials, is it a qlikview's or windows/IE form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259383#M1280223</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-01T20:35:46Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259384#M1280224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The form depends on the settings I choose in the QEMC found in: System &amp;gt; Setup &amp;gt; QlikView Web Servers &amp;gt; Authentication &amp;gt; Login Address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I set it for Default login page (browser authentication), then IE asks me for the credentials&lt;/P&gt;&lt;P&gt;if I set it for Alternate login page (web form), then it redirects me to the QlikView login webpage that looks like ﻿this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Login.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/4901_Login.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, i'm using a custom directory in QV10 where you can create your users right on the QEMC. This is not AD or Local Windows users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to use the ticket to authenticate me, not username/password. It's strange because I'm looking at the logs from the web server and it's dishing out a ticket and doing group lookups on my user. So it's finding the right user when it assigns a ticket... so why can't I navigate to a document/accesspoint using the ticket parameter? I was able to last week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM WEBSERVER LOG FILE:&lt;/P&gt;&lt;P&gt;6/1/2011 16:37:02.1000342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Global method="GetTicket"&amp;gt;&amp;lt;UserId&amp;gt;AXIS\phersan&amp;lt;/UserId&amp;gt;&lt;STRONG&gt;&amp;lt;GroupList&amp;gt;&amp;lt;string&amp;gt;AXIS\Admins&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;AXIS\Users&amp;lt;/string&amp;gt;&amp;lt;/GroupList&amp;gt;&lt;/STRONG&gt;&amp;lt;GroupListIsNames&amp;gt;true&amp;lt;/GroupListIsNames&amp;gt;&amp;lt;/Global&amp;gt;&lt;/P&gt;&lt;P&gt;6/1/2011 16:37:02.1000342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Information&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;Global&amp;gt;&amp;lt;_retval_&amp;gt;&lt;STRONG&gt;6CECCCF1FE8ADACBF12A7743AD47CD1EB938D341&lt;/STRONG&gt;&amp;lt;/_retval_&amp;gt;&amp;lt;/Global&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I bolded my groups, meaning it found my user in the directory when I requested a ticket. And I also bolded the ticket, meaning it was able to request and retrieve one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259384#M1280224</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-01T20:51:28Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259385#M1280225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you changed security settings on the IE virtual folder or the account set as anonymous there doesn't have permissions to the c:/program files/qlikview/web folder IE will ask for your credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you probably already checked this, QV Security must be set as DMS for tickets to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 20:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259385#M1280225</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-01T20:57:37Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259386#M1280226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, I also thought that could be it... but I checked all my anonymous permissions, it has all the right permissions to the directories. As a sanity check, I even added the anonymous user to the administrators group and QV admin group. Still redirects me to the login page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I do have the QV Security set to DMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm out of ideas... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 21:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259386#M1280226</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-01T21:22:26Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259387#M1280227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using IUSR or a Windows user for the anonymous authentication, maybe that user's password changed or the user is locked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 01:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259387#M1280227</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-02T01:51:05Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259388#M1280228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried with the IUSR account, and I've also tried switching it to a windows admin user as the anonymous, as a sanity check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's some setting in QlikView or IIS that I'm missing, that is not allowing me to authenticate with a ticket. Something's getting blocked or is set incorrectly. I've tried playing around with the IIS security settings on the Authenticate.aspx page, AccessPoint.aspx page, etc. I've tried a lot of combinations of settings and it still redirects me to the login web form when I try to pass in the ticket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 17:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259388#M1280228</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-02T17:22:54Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259389#M1280229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might be missing something here or QV10 might have some new features I don't know about but I don't believe you can use a ticket to access the access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ticketing, at least up to QV9, could only be used to access applications directly, you should try that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using custom users from the QEMC I don't think there is a way to access the AP other than logging in from the login page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 17:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259389#M1280229</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-02T17:30:03Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259390#M1280230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wasn't sure that you could access the accesspoint with a ticket either, but from the QV10 server reference manual, it shows the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client Usage:&lt;/P&gt;&lt;P&gt;- The Windows client can use tickets (via QVP url) or negotiate authentication&lt;/P&gt;&lt;P&gt;- The AJAX client must use the ticket parameter, e.g.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://localhost/salesdemo/AJAXzfc/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792"&gt;http://localhost/salesdemo/AJAXzfc/?ticket=510EA55C2DB723DC04C16C6FB3CDAB24F3390792&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either way, I've tested both the accesspoint and documents, and they both still prompt me for more credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could have sworn I had this working for a full day before I turned off my VM over the weekend and opened it back up this week. If the issue is that I'm using the custom directory, what would you suggest I use? A Custom ODBC or LDAP directory?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259390#M1280230</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-03T16:14:40Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259391#M1280231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not really sure, why were you using tickets in the first place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use custom users and the standard login page. If you don't like that page you can look into changing that but maintaining the functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259391#M1280231</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-03T16:21:38Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259392#M1280232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea behind the ticketing system is driven by a Single Sign-On solution. By that I mean, at some point, the end-user has already logged into a portal/company website, and now you want to integrate qlikview (maybe with an IFrame) directly onto the company's website, etc. The user, as far as they're concerned, has already been authenticated through the portal, and logging in twice is redundant. The idea is to have a seemless integration between the portal and a QlikView application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be easy with NTLM authentication, but we don't wanna use AD or Windows users. We're testing out the custom directory to leverage things like the built in "Change Password" function and keep everything within QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your interest in this matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 16:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259392#M1280232</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-06-03T16:49:43Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259393#M1280233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My own solution for this was to build my own AP but maybe things have changed since QV10, perhaps you should check with support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I don't know how QV carries the custom user from the login page for to the AP, maybe you can look into that, I don't believe they are using ticketing, if they're using a cookie or something like that maybe you can reproduce that as well and then use the standard AP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 17:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259393#M1280233</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-06-03T17:16:34Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259394#M1280234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue here. Can anyone provide insight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 15:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259394#M1280234</guid>
      <dc:creator />
      <dc:date>2011-09-22T15:06:48Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259395#M1280235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide any more details to your problem? have you read through the thread?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 15:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259395#M1280235</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-09-22T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259396#M1280236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone has solved this problem?I'm currently stucked at the point, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I show a custom login page, where I can create a valid ticket (Post with Javascript) and load redirect to the URL &lt;A href="http://localhost/qlikview/index.htm?ticket=GUID"&gt;http://localhost/qlikview/index.htm?ticket=GUID&lt;/A&gt;, where GUID is the retrieved ticket number.&lt;/P&gt;&lt;P&gt;The Access Point pops up, but shows me immediatly the my custom login page again.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;On my server I'm working NOT with IIS, only the QVWS is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 16:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259396#M1280236</guid>
      <dc:creator />
      <dc:date>2011-11-17T16:40:51Z</dc:date>
    </item>
    <item>
      <title>GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259397#M1280237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was never able to get my custom directory working with the GetTicket function. I have not revisited the issue in a while.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 16:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259397#M1280237</guid>
      <dc:creator>phersan_sme</dc:creator>
      <dc:date>2011-11-29T16:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: GetTicket Authentication still asking me for credentials to log in</title>
      <link>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259398#M1280238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have the same problem with my web app using web ticketing authentication: trying to open my qvw document the windows authentication comes up with username/password requests.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If I press Cancel the document is being opened correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I remove this windows pop-up ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm using QVWS with DMS authentication method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I already tried passing the "anonymous=true" parameter in the URL, but inside my web app it doesn't works while taping the entire URL in browser address bar the qvw document is opened successfully with no authentication requests.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Below the .net code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Collections.Generic;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Linq;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Web;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Web.UI;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Web.UI.WebControls;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Text;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Xml.Linq;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.IO;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;using System.Net;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;protected void Page_Load(object sender, EventArgs e)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String servernameEST="bi1.mdf.it";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String username = "DB DSP TEN\\LRASPINI";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String groupname = "123456";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string Ticket = btnGetWebTicket(servernameEST, username, groupname);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Ticket == "")&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; //ERRORE non c'è ticket&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; return;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; str_accpoint = lnkCallAccesspoint(servernameEST, username, groupname, Ticket);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Redirect(str_accpoint);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;//////////////////////////////////////////////////////&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; protected string btnGetWebTicket(string servername, string username, string groupname)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string gruppi = "";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StringBuilder groups = new StringBuilder();&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!string.IsNullOrEmpty(gruppi))&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groups.Append("&amp;lt;GroupList&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (string group in gruppi.Split(new char[] { ';' }))&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; groups.Append("&amp;lt;string&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; groups.Append(group);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; groups.Append("&amp;lt;/string&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groups.Append("&amp;lt;/GroupList&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groups.Append("&amp;lt;GroupsIsNames&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groups.Append("true");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; groups.Append("&amp;lt;/GroupsIsNames&amp;gt;");&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string webTicketXml = string.Format("&amp;lt;Global method=\"GetWebTicket\"&amp;gt;&amp;lt;UserId&amp;gt;{0}&amp;lt;/UserId&amp;gt;{1}&amp;lt;/Global&amp;gt;", username, groups);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool chkAnonymous = false; //true;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string result = CommHelper.Execute(webTicketXml, new Uri("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" + servername + "/QvAJAXZfc/GetWebTicket.aspx?anonymous=true"), chkAnonymous, 10000);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string Ticket = "";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (string.IsNullOrEmpty(result))&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XDocument doc = XDocument.Parse(result);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (doc.Root.Element("_retval_") != null)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; Ticket = doc.Root.Element("_retval_").Value;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; return Ticket;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (doc.Root.Element("message") != null)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; XAttribute xatt = doc.Root.Element("message").FirstAttribute;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; return "";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; protected string lnkCallAccesspoint(string servername, string username, string groupname, string ticket)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string docName = "Gestione Tenute";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (groupname != "")&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; docName = docName + "_" + groupname;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string txtTry = @"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" + servername + @"/QvAJAXZfc/opendoc.htm?document=" + docName + @".qvw&amp;amp;anonymous=true&amp;amp;host=QVS@bi1"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string txtBack = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://connect.mdf.it/Admin/QlikView_Tenute.aspx" rel="nofollow"&gt;http://connect.mdf.it/Admin/QlikView_Tenute.aspx&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow"&gt;https://&lt;/A&gt;&lt;SPAN&gt;" + servername + string.Format("/QvAJAXZfc/Authenticate.aspx?type=html&amp;amp;anonymous=true&amp;amp;webticket={0}&amp;amp;try={1}&amp;amp;back={2}", ticket, txtTry, txtBack);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;public class CommHelper&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;{&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; public static string Execute(string question, Uri iAddress, bool anonymous, int timeoutms)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpWebRequest client = (HttpWebRequest)WebRequest.Create(iAddress);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (!anonymous)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; client.UseDefaultCredentials = true;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; client.PreAuthenticate = true;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.Method = "POST";&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.Timeout = timeoutms;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; using (System.IO.StreamWriter sw = new StreamWriter(client.GetRequestStream()))&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&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;&amp;nbsp; sw.WriteLine(question);&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System.IO.StreamReader sr = new StreamReader(client.GetResponse().GetResponseStream());&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return sr.ReadToEnd();&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; catch (Exception)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return null;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/GetTicket-Authentication-still-asking-me-for-credentials-to-log/m-p/259398#M1280238</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2015-03-30T10:39:21Z</dc:date>
    </item>
  </channel>
</rss>

