<?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: Single Logout, using Log Out button from the Hub in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1822608#M15259</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25748"&gt;@vegard_bakke&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If my understanding is correct you have already developed a custom extension to logout the users from the QlikApp. However, you still have the session active.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help how your Html and JS code look like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to achieve this but, not luck yet. Also, posted my query&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-logout-a-user-from-Qliksense/m-p/1822129#M15241" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-logout-a-user-from-Qliksense/m-p/1822129#M15241&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jul 2021 05:57:42 GMT</pubDate>
    <dc:creator>Kalkumar</dc:creator>
    <dc:date>2021-07-16T05:57:42Z</dc:date>
    <item>
      <title>Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796175#M14086</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-developer/February2021/Subsystems/ProxyServiceAPI/Content/Sense_ProxyServiceAPI/ProxyServiceAPI-ProxyServiceAPI-Authentication.htm" target="_blank"&gt;Authentication API ‒ Qlik Sense for developers&lt;/A&gt;&amp;nbsp;article is saying:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;In some cases, it might make sense for the authentication module to act as a logout module as well.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do you catch a Sense initiated logout?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;That is, when the user is pressing the Log Out button in the Hub. (The one hidden under your username.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Single-logout has been solved with SAML authentication. But how do you catch this when using a custom authentication module (using the ticket API)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Technically, this is a security problem. Since the user thinks she is logged out. But She still has a live session with the SingleSignIn module, which will just log you in once more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796175#M14086</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2024-11-16T17:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796288#M14092</link>
      <description>&lt;P&gt;Interesting question, I would like to know if there is a way to do it.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 07:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796288#M14092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-01T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796308#M14093</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25748"&gt;@vegard_bakke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're correct, there is no way to do that out of the box.&lt;/P&gt;&lt;P&gt;The only way I can think of would be to use a reverse proxy and catch when the user uses the logout button with a rewrite rule to redirect to a custom page in the authentication module used to log out from the module.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 08:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796308#M14093</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-04-01T08:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796347#M14095</link>
      <description>&lt;P&gt;Ouch.&amp;nbsp; I know what my IdP will say about this. They've already complained about Qlik not clearing the client side cookies when logging out. (Even though the session value is terminated server side.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should we log this as a security issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Long term solution&lt;BR /&gt;&lt;/STRONG&gt;It should be hard to fix. One could add a Authentication module logout URI under Ticket method under virtual proxy in QMC.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is what happens with SAML logins, after all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Short term solution&lt;BR /&gt;&lt;/STRONG&gt;In the mean time, I guess having the reverse proxy hijack GET &lt;A href="https://community.qlik.com/" target="_blank"&gt;https://&amp;lt;server&amp;gt;/&amp;lt;v.proxy&amp;gt;/qps/logout&lt;/A&gt;&amp;nbsp;might do the trick.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let the authentication module clear the session cookie. (Possibly after first running DELETE&amp;nbsp; &lt;A href="https://community.qlik.com/" target="_blank"&gt;https://&amp;lt;server&amp;gt;/&amp;lt;v.proxy&amp;gt;/qps/user&lt;/A&gt;, with the user's session cookie, although the browser should have already done this.) And finally let the request return a redirect to a nice landing/login page. (Since the standard Qlik logout page is now hijacked.)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 10:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1796347#M14095</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2021-04-01T10:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1822608#M15259</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25748"&gt;@vegard_bakke&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If my understanding is correct you have already developed a custom extension to logout the users from the QlikApp. However, you still have the session active.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help how your Html and JS code look like.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to achieve this but, not luck yet. Also, posted my query&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-logout-a-user-from-Qliksense/m-p/1822129#M15241" target="_blank"&gt;https://community.qlik.com/t5/Integration-Extension-APIs/Extension-to-logout-a-user-from-Qliksense/m-p/1822129#M15241&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 05:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1822608#M15259</guid>
      <dc:creator>Kalkumar</dc:creator>
      <dc:date>2021-07-16T05:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Single Logout, using Log Out button from the Hub</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1822613#M15261</link>
      <description>&lt;P&gt;Sort of. I have developed an extension (i.e. a button) that lets you log in and out in an iframe environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that was done for a client, so the source code is theirs, and not mine to give, sorry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, your are on the right track (in your other post). I'll follow you up there. &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vegard&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 06:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Single-Logout-using-Log-Out-button-from-the-Hub/m-p/1822613#M15261</guid>
      <dc:creator>vegard_bakke</dc:creator>
      <dc:date>2021-07-16T06:43:41Z</dc:date>
    </item>
  </channel>
</rss>

