<?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 11.2 SSO Solution using Apache ProxyPass in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/11-2-SSO-Solution-using-Apache-ProxyPass/m-p/1015783#M1254720</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 have a unique case where SSO is setup successfully with IIS using WebTickets and Header Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the URL, whereby it only works if I supply the IP Address of the QV Server and does not work if I use a ProxyPass from Apache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My setup is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SSO handles authentication&lt;/P&gt;&lt;P&gt;2. User is logged into a domain portal hosted on Apache&lt;/P&gt;&lt;P&gt;3. User clicks on a button to launch Accesspoint&lt;/P&gt;&lt;P&gt;4. Accesspoint hangs as Loading Content when I use the URL of the apache server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apache server is setup to have Proxy Pass shown below. Am I missing something that IP Address works but the Apache adddress does not? Even though it is configured to send the traffic to the QV Server? I don't want to show the server IP in the URL. How can this be made possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;# QlikView &lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;&amp;lt;LocationMatch /qlikview/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order allow,deny&lt;/P&gt;&lt;P&gt;Allow from all&lt;/P&gt;&lt;P&gt;#SSLVerifyClient require&lt;/P&gt;&lt;P&gt;#SSLVerifyDepth&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;# Trust client certificates&lt;/P&gt;&lt;P&gt;#SSLRequire (%{SSL_CLIENT_S_DN_CN} eq "xx.xxxxx")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[QVServerIP]/qlikview/" rel="nofollow" target="_blank"&gt;http://[QVServerIP]/qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LocationMatch&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;# QlikView &lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;&amp;lt;LocationMatch /QvAjaxZfc/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order allow,deny&lt;/P&gt;&lt;P&gt;Allow from all&lt;/P&gt;&lt;P&gt;#SSLVerifyClient require&lt;/P&gt;&lt;P&gt;#SSLVerifyDepth&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;# Trust client certificates&lt;/P&gt;&lt;P&gt;#SSLRequire (%{SSL_CLIENT_S_DN_CN} eq "xx.xxxxx")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[QVServerIP]/QvAjaxZfc/" rel="nofollow" target="_blank"&gt;http://[QVServerIP]/QvAjaxZfc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LocationMatch&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>avastani</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>11.2 SSO Solution using Apache ProxyPass</title>
      <link>https://community.qlik.com/t5/QlikView/11-2-SSO-Solution-using-Apache-ProxyPass/m-p/1015783#M1254720</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 have a unique case where SSO is setup successfully with IIS using WebTickets and Header Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the URL, whereby it only works if I supply the IP Address of the QV Server and does not work if I use a ProxyPass from Apache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My setup is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SSO handles authentication&lt;/P&gt;&lt;P&gt;2. User is logged into a domain portal hosted on Apache&lt;/P&gt;&lt;P&gt;3. User clicks on a button to launch Accesspoint&lt;/P&gt;&lt;P&gt;4. Accesspoint hangs as Loading Content when I use the URL of the apache server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apache server is setup to have Proxy Pass shown below. Am I missing something that IP Address works but the Apache adddress does not? Even though it is configured to send the traffic to the QV Server? I don't want to show the server IP in the URL. How can this be made possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;# QlikView &lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;&amp;lt;LocationMatch /qlikview/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order allow,deny&lt;/P&gt;&lt;P&gt;Allow from all&lt;/P&gt;&lt;P&gt;#SSLVerifyClient require&lt;/P&gt;&lt;P&gt;#SSLVerifyDepth&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;# Trust client certificates&lt;/P&gt;&lt;P&gt;#SSLRequire (%{SSL_CLIENT_S_DN_CN} eq "xx.xxxxx")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[QVServerIP]/qlikview/" rel="nofollow" target="_blank"&gt;http://[QVServerIP]/qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LocationMatch&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;# QlikView &lt;/P&gt;&lt;P&gt;#############################################&lt;/P&gt;&lt;P&gt;&amp;lt;LocationMatch /QvAjaxZfc/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Order allow,deny&lt;/P&gt;&lt;P&gt;Allow from all&lt;/P&gt;&lt;P&gt;#SSLVerifyClient require&lt;/P&gt;&lt;P&gt;#SSLVerifyDepth&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;# Trust client certificates&lt;/P&gt;&lt;P&gt;#SSLRequire (%{SSL_CLIENT_S_DN_CN} eq "xx.xxxxx")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://[QVServerIP]/QvAjaxZfc/" rel="nofollow" target="_blank"&gt;http://[QVServerIP]/QvAjaxZfc/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LocationMatch&amp;gt;&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/11-2-SSO-Solution-using-Apache-ProxyPass/m-p/1015783#M1254720</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

