<?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: .NET and SSO: adding headers to a page to login in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358865#M1276775</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it may helps you. If not excuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8491"&gt;IIS Configuration for SSO in Qlikview 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2015 13:39:30 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2015-06-10T13:39:30Z</dc:date>
    <item>
      <title>.NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358861#M1276764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;Hi. &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;I've been working on the QvAjaxZfc solution of the IIS Qlikview installation. &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;I want to have single sign on between sharepoint (or any given .NET app) and Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;What I did: &lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;I created a "validate.aspx" file and added the following code on the codebehind: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold; font-family: Calibri; font-size: 11.0pt;"&gt;Response.Headers.Add("QVUSER","obracho");&lt;/P&gt;&lt;P style="font-weight: bold; font-family: Calibri; font-size: 11.0pt;"&gt;Response.Redirect("&lt;A href="http://10.30.10.226/QlikVIew/index.htm" target="_blank"&gt;http://qviewserver/QlikVIew/index.htm&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;As it didn't work, I also tried this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P lang="en-US" style="font-weight: bold; font-family: Calibri; font-size: 11.0pt;"&gt;NameValueCollection headers = HttpContext.Current.Request.Headers;&lt;/P&gt;&lt;P style="font-weight: bold; font-family: Calibri; font-size: 11.0pt;"&gt;headers.Add("QVUSER","myusername");&lt;/P&gt;&lt;P style="font-weight: bold; font-family: Calibri; font-size: 11.0pt;"&gt;Response.Redirect("&lt;A href="http://hxqlikview01.hexacta.com/QlikView/index.htm" target="_blank"&gt;http://qviewserver/QlikView/index.htm&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;And that didn't work neither. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN lang="es-AR" style="color: #1f497d;"&gt;I always get a "&lt;/SPAN&gt;&lt;SPAN lang="en-US"&gt;Login Failed" message. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do you have any clue (or any documentation available) regarding how to do this?&lt;/LI&gt;&lt;LI&gt;Is there any other / alternative way of doing it?&lt;/LI&gt;&lt;LI&gt;How are the people that are doing SSO integration with qlikview doing it?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;Thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt; color: #1f497d;"&gt;PnP&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/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358861#M1276764</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: .NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358862#M1276767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem, d&lt;SPAN style="font-size: 10pt;"&gt;id you solve it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2013 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358862#M1276767</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2013-03-01T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: .NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358863#M1276771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Were you able to solve this - I am stuck up with the same issue, any help is highly appreciated. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raajesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358863#M1276771</guid>
      <dc:creator>raajeshn</dc:creator>
      <dc:date>2015-06-10T13:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: .NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358864#M1276773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check if you are able to solve this, we are also stuck up with the same issue. Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Raajesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358864#M1276773</guid>
      <dc:creator>raajeshn</dc:creator>
      <dc:date>2015-06-10T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: .NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358865#M1276775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it may helps you. If not excuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8491"&gt;IIS Configuration for SSO in Qlikview 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 13:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358865#M1276775</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-06-10T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: .NET and SSO: adding headers to a page to login</title>
      <link>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358866#M1276778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the document, we tried - doesnt seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Raajesh N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 17:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/NET-and-SSO-adding-headers-to-a-page-to-login/m-p/358866#M1276778</guid>
      <dc:creator>raajeshn</dc:creator>
      <dc:date>2015-06-10T17:10:57Z</dc:date>
    </item>
  </channel>
</rss>

