<?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: Problem with Single Sign On in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Single-Sign-On/m-p/595684#M1115063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;did you get an answer for it?&lt;/P&gt;&lt;P&gt;I need to know if Shibboleth can be used as Third-party security for QV Server Enterprise Edition...&lt;/P&gt;&lt;P&gt;Thanks... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 07:20:17 GMT</pubDate>
    <dc:creator>simospa</dc:creator>
    <dc:date>2014-07-16T07:20:17Z</dc:date>
    <item>
      <title>Problem with Single Sign On</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Single-Sign-On/m-p/595683#M1115062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I am new to Qlikview and I am trying to do a SSO configuration with my portal(Apache Webserver and Shibboleth SAML).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Approach I am using is below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; 1.User will make request to local apache server &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://localhost/qlikview" target="_blank"&gt;https://localhost/qlikview&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; 2. As this url is configured as secure resource at Shibboleth Service Provider, it will redirect the request to Shibboleth Identity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Provider for authentication.&lt;/P&gt;&lt;P&gt; 3. Identity&amp;nbsp; Provider authenticates the user (configured in our Active directory)and sets header attribute in response and pass it to Service Provider sitting on apache. &lt;/P&gt;&lt;P&gt; 4. Apache will redirect the user to qlikview through reverse proxy (configured in apache httpd.conf)&lt;/P&gt;&lt;P&gt;.5. Qlikview will find the correct header and allow user to access the resource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the configuration I have made at my Qlikview server end&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. I am changing the authentication type from NTLM to Header . As in my portal end I am using Header injection for authentication&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and not NTLM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. As of security wise I have tried both NTFS and DMS authorization but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below are the changes I have done in my httpd.conf file in Apache&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SSLProxyEngine on&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass /qlikview &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/qlikview" target="_blank"&gt;http://serverIP/qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPassReverse /qlikview &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/qlikview" target="_blank"&gt;http://serverIP/qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass /QvAJAXZfc &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/QvAJAXZfc" target="_blank"&gt;http://serverIP/QvAJAXZfc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPassReverse /QvAJAXZfc &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/QvAJAXZfc" target="_blank"&gt;http://serverIP/QvAJAXZfc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPass /QvAjaxZfc &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/QvAJAXZfc" target="_blank"&gt;http://serverIP/QvAJAXZfc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ProxyPassReverse /QvAjaxZfc &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://serverIP/QvAJAXZfc" target="_blank"&gt;http://serverIP/QvAJAXZfc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when user logs into the portal and tries to access the qlikview server, user does not get redirected to the Qlikview url. &lt;/P&gt;&lt;P&gt;I have also followed the official Qlikview SSO guide formerly known(Qlikview 10 Accesspoint SSO.pdf) but nothing seems to be working.&lt;/P&gt;&lt;P&gt;If anyone can provide me guidance on how to configure Qlickview, what header params should be injected and anything i need to add at my active directory side would be of great help for me.&lt;/P&gt;&lt;P&gt;Please help me to resolve this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Single-Sign-On/m-p/595683#M1115062</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Single Sign On</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Single-Sign-On/m-p/595684#M1115063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;did you get an answer for it?&lt;/P&gt;&lt;P&gt;I need to know if Shibboleth can be used as Third-party security for QV Server Enterprise Edition...&lt;/P&gt;&lt;P&gt;Thanks... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:20:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Single-Sign-On/m-p/595684#M1115063</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2014-07-16T07:20:17Z</dc:date>
    </item>
  </channel>
</rss>

