<?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 QlikSense IIS Redirect after authentication in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-IIS-Redirect-after-authentication/m-p/42547#M796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;let's see if I can get my problem right as this is not my main job &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that I have got a QlikView-Server that is accessed via IIS. Now, I have also got a QlikSense-Server (installed on another machine) that should also be accessed via IIS as it should be the same domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I do:&lt;/P&gt;&lt;P&gt;Qlik Sense:&lt;/P&gt;&lt;P&gt;In the QMC I changed the virtual proxy setting of Windows authentication pattern to "Form" in order to get a form to authenticate.&lt;/P&gt;&lt;P&gt;I also added the internal and external IP / domain of the "main" - server that has the IIS to the host white list of the virtual proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IIS:&lt;/P&gt;&lt;P&gt;I added 4 rewrites in the IIS to rewrite the external domain into the local IP of QlikSense server. Port 4248 is used as it is just http we use here.&lt;/P&gt;&lt;P&gt;hub/(.*) --&amp;gt; &amp;lt;ip&amp;gt;/{R:0}&lt;/P&gt;&lt;P&gt;sense/(.*)--&amp;gt; &amp;lt;ip&amp;gt;/{R:0}&lt;/P&gt;&lt;P&gt;windows_authentication/(.*)--&amp;gt; &amp;lt;ip&amp;gt;:4248/{R:0}&lt;/P&gt;&lt;P&gt;form/(.*)--&amp;gt; &amp;lt;ip&amp;gt;:4248/{R:0}&lt;/P&gt;&lt;P&gt;On the IIS we installed the RewriteModule (was already installed), ARR (added) and the WebSocketModule (added).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is now possible to access the QlikSense-Server with the external adress &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;url&amp;gt;/hub/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I then receive the authentication form and am able to authenticate.&lt;/P&gt;&lt;P&gt;I get the ticket back (this is what I think happens).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But then, he stucks with &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;external url&amp;gt;/hub/?qlikTicket=&amp;lt;ticketnumber&amp;gt;.pK4n and does not redirect to /hub/my/work/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read a lot of articles and discussions today but I can't find a solution here.&lt;/P&gt;&lt;P&gt;I think the problem was discussed here: &lt;A href="https://community.qlik.com/thread/204596"&gt;Reverse Proxy and Authentication port redirect&lt;/A&gt; (by &lt;SPAN class="j-post-author"&gt;Christian Sellei &lt;SPAN class="icon-status-icon icon-partner" title="Partner"&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.02.2016 16:06 &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt;) but it didn't present any solutions but using NGINX which is not possible for me at the moment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone had this problem before or has an idea of why this happens?&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2018 15:51:53 GMT</pubDate>
    <dc:creator>richters</dc:creator>
    <dc:date>2018-03-02T15:51:53Z</dc:date>
    <item>
      <title>QlikSense IIS Redirect after authentication</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-IIS-Redirect-after-authentication/m-p/42547#M796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;let's see if I can get my problem right as this is not my main job &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that I have got a QlikView-Server that is accessed via IIS. Now, I have also got a QlikSense-Server (installed on another machine) that should also be accessed via IIS as it should be the same domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I do:&lt;/P&gt;&lt;P&gt;Qlik Sense:&lt;/P&gt;&lt;P&gt;In the QMC I changed the virtual proxy setting of Windows authentication pattern to "Form" in order to get a form to authenticate.&lt;/P&gt;&lt;P&gt;I also added the internal and external IP / domain of the "main" - server that has the IIS to the host white list of the virtual proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IIS:&lt;/P&gt;&lt;P&gt;I added 4 rewrites in the IIS to rewrite the external domain into the local IP of QlikSense server. Port 4248 is used as it is just http we use here.&lt;/P&gt;&lt;P&gt;hub/(.*) --&amp;gt; &amp;lt;ip&amp;gt;/{R:0}&lt;/P&gt;&lt;P&gt;sense/(.*)--&amp;gt; &amp;lt;ip&amp;gt;/{R:0}&lt;/P&gt;&lt;P&gt;windows_authentication/(.*)--&amp;gt; &amp;lt;ip&amp;gt;:4248/{R:0}&lt;/P&gt;&lt;P&gt;form/(.*)--&amp;gt; &amp;lt;ip&amp;gt;:4248/{R:0}&lt;/P&gt;&lt;P&gt;On the IIS we installed the RewriteModule (was already installed), ARR (added) and the WebSocketModule (added).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is now possible to access the QlikSense-Server with the external adress &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;url&amp;gt;/hub/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I then receive the authentication form and am able to authenticate.&lt;/P&gt;&lt;P&gt;I get the ticket back (this is what I think happens).&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But then, he stucks with &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;external url&amp;gt;/hub/?qlikTicket=&amp;lt;ticketnumber&amp;gt;.pK4n and does not redirect to /hub/my/work/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read a lot of articles and discussions today but I can't find a solution here.&lt;/P&gt;&lt;P&gt;I think the problem was discussed here: &lt;A href="https://community.qlik.com/thread/204596"&gt;Reverse Proxy and Authentication port redirect&lt;/A&gt; (by &lt;SPAN class="j-post-author"&gt;Christian Sellei &lt;SPAN class="icon-status-icon icon-partner" title="Partner"&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16.02.2016 16:06 &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt;) but it didn't present any solutions but using NGINX which is not possible for me at the moment.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone had this problem before or has an idea of why this happens?&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-IIS-Redirect-after-authentication/m-p/42547#M796</guid>
      <dc:creator>richters</dc:creator>
      <dc:date>2018-03-02T15:51:53Z</dc:date>
    </item>
  </channel>
</rss>

