<?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: SSO Header Text and Username in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433884#M1273413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User Web ticketing method for SSO, which really easy to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 06:16:11 GMT</pubDate>
    <dc:creator>gainkarthi</dc:creator>
    <dc:date>2013-03-06T06:16:11Z</dc:date>
    <item>
      <title>SSO Header Text and Username</title>
      <link>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433881#M1273401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using SSO with header method. When we use url like this&amp;nbsp; &lt;A class="loading" href="http://10.252.5.48/qlikview/index.htm?header=QVUSER&amp;amp;Username=username" target="_blank"&gt;http://10.252.5.48/qlikview/index.htm?header=QVUSER&amp;amp;Username=user12&lt;/A&gt; we are getting default user CUSTOM/ and not the user12 in this above URL (it should be logged in with user12).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help us to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthi&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/SSO-Header-Text-and-Username/m-p/433881#M1273401</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Header Text and Username</title>
      <link>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433882#M1273406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not really the way HTTP header should be used, you should try seeking help from a more experienced consultant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 22:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433882#M1273406</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-12-13T22:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Header Text and Username</title>
      <link>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433883#M1273410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="background-color: #ffffff; font-size: 11pt; color: #737373; font-family: Calibri;"&gt;Hi.&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; font-family: Calibri; color: #1f497d;"&gt;&lt;SPAN style="font-size: 11pt;"&gt;I want to have single sign on between sharepoint (or any given .NET app) and Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; font-family: Calibri; color: #1f497d;"&gt;What I did:&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; font-family: Calibri; 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="background-color: #ffffff; font-size: 11pt; color: #737373; font-weight: bold; font-family: Calibri;"&gt;Response.Headers.Add("QVUSER","obracho");&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; color: #737373; font-weight: bold; font-family: Calibri;"&gt;Response.Redirect("&lt;A class="jive-link-external-small" href="http://10.30.10.226/QlikVIew/index.htm" style="color: #007fc0;"&gt;http://qviewserver/QlikVIew/index.htm&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; font-family: Calibri; 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="background-color: #ffffff; font-size: 11pt; color: #737373; font-weight: bold; font-family: Calibri;"&gt;NameValueCollection headers = HttpContext.Current.Request.Headers;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; color: #737373; font-weight: bold; font-family: Calibri;"&gt;headers.Add("QVUSER","myusername");&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; color: #737373; font-weight: bold; font-family: Calibri;"&gt;Response.Redirect("&lt;A class="jive-link-external-small" href="http://hxqlikview01.hexacta.com/QlikView/index.htm" style="color: #007fc0;"&gt;http://qviewserver/QlikView/index.htm&lt;/A&gt;");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; font-family: Calibri; color: #1f497d;"&gt;And that didn't work neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 11pt; color: #737373; font-family: Calibri;"&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="background-color: #ffffff; font-size: 11pt; font-family: Calibri; color: #1f497d;"&gt;Thanks for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 19:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433883#M1273410</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2013-03-04T19:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSO Header Text and Username</title>
      <link>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433884#M1273413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User Web ticketing method for SSO, which really easy to implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 06:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SSO-Header-Text-and-Username/m-p/433884#M1273413</guid>
      <dc:creator>gainkarthi</dc:creator>
      <dc:date>2013-03-06T06:16:11Z</dc:date>
    </item>
  </channel>
</rss>

