<?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: SAML Authentication in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/SAML-Authentication/m-p/119606#M1660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please point me to the right direction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://&amp;lt;server&amp;gt;/saml/hub"&gt;https://&amp;lt;server&amp;gt;/saml/hub&lt;/A&gt; works fine on it's own after setting up the proxy, but when trying to open web socket with wss://&amp;lt;server&amp;gt;/saml/app to list all available apps in an iframe, it's not authenticating the user through my intranet application.&lt;/P&gt;&lt;P&gt;My intranet site is setup as http, not https.&lt;/P&gt;&lt;P&gt;below is what I can see in console. Do I need to have some kind of redirect somewhere ?&lt;/P&gt;&lt;P&gt;any suggestions would be helpful, thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210939_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 14:44:15 GMT</pubDate>
    <dc:creator>akeswani</dc:creator>
    <dc:date>2018-08-15T14:44:15Z</dc:date>
    <item>
      <title>SAML Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SAML-Authentication/m-p/119605#M1659</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;SPAN&gt;We have setup SAML authentication on Qliksense.So when we go to '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://servername/saml/hub" rel="nofollow" target="_blank"&gt;https://servername/saml/hub&lt;/A&gt;&lt;SPAN&gt;, it logs us in directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am now trying to open websocket in Angular code to call further Engine APIs.&lt;/P&gt;&lt;P&gt;Web site and Qliksense are running on same server, for now.&lt;/P&gt;&lt;P&gt;This is how I am calling&amp;nbsp; (qlikserver is our server name):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;openWebsocket() {&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ws = new WebSocket("wss://" + this.qlikServer + "/saml/app/");&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return new Promise((resolve, reject) =&amp;gt; {&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ws.addEventListener('open', function (event) {&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resolve(ws)&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman';"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I see this in the response, on console window:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210263_pastedImage_9.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Is there anything else that needs to be done to make it work? I do not want user to login at all, it's an intranet app, so I just want them to come to our site and get authenticated automatically. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Am i missing something here ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 11pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 13:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SAML-Authentication/m-p/119605#M1659</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-08-08T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAML Authentication</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/SAML-Authentication/m-p/119606#M1660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone please point me to the right direction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://&amp;lt;server&amp;gt;/saml/hub"&gt;https://&amp;lt;server&amp;gt;/saml/hub&lt;/A&gt; works fine on it's own after setting up the proxy, but when trying to open web socket with wss://&amp;lt;server&amp;gt;/saml/app to list all available apps in an iframe, it's not authenticating the user through my intranet application.&lt;/P&gt;&lt;P&gt;My intranet site is setup as http, not https.&lt;/P&gt;&lt;P&gt;below is what I can see in console. Do I need to have some kind of redirect somewhere ?&lt;/P&gt;&lt;P&gt;any suggestions would be helpful, thanks!&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210939_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/SAML-Authentication/m-p/119606#M1660</guid>
      <dc:creator>akeswani</dc:creator>
      <dc:date>2018-08-15T14:44:15Z</dc:date>
    </item>
  </channel>
</rss>

