<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Authentication on Stefan&#39;s Blog</title>
    <link>https://sstoichev.eu/categories/authentication/</link>
    <description>Recent content in Authentication on Stefan&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Wed, 05 Jan 2022 11:50:00 +0000</lastBuildDate>
    <atom:link href="https://sstoichev.eu/categories/authentication/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Web app authentication with QSEoW (web ticket &#43; session cookie)</title>
      <link>https://sstoichev.eu/post/web-app-authentication-with-qseow-web-ticket-session-cookie/</link>
      <pubDate>Wed, 05 Jan 2022 11:50:00 +0000</pubDate>
      <guid>https://sstoichev.eu/post/web-app-authentication-with-qseow-web-ticket-session-cookie/</guid>
      <description>&lt;p&gt;In one of the previous &lt;a href=&#34;__GHOST_URL__/2021/09/09/qseow-authentication-svelte/&#34;&gt;post&lt;/a&gt; we saw how to use web ticket to establish connection with Qlik Sense Engine. And probably for most cases the approach there is enough.&lt;/p&gt;
&lt;p&gt;But what if our web app have a requirement to communicate with other Qlik service(s) (in addition to the Engine)? For example, we want to list the reload tasks to which the user have access (this information is provided by &lt;a href=&#34;https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/RepositoryServiceAPI/Content/Sense_RepositoryServiceAPI/RepositoryServiceAPI-Introduction.htm&#34;&gt;Qlik Repository Service REST API&lt;/a&gt;)?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Web app authentication with QSEoW (web ticket)</title>
      <link>https://sstoichev.eu/post/qseow-authentication-svelte/</link>
      <pubDate>Thu, 09 Sep 2021 13:35:33 +0000</pubDate>
      <guid>https://sstoichev.eu/post/qseow-authentication-svelte/</guid>
      <description>&lt;p&gt;This post is long overdue but finally found the time to complete it.&lt;/p&gt;
&lt;p&gt;Here we&amp;rsquo;ll have a look how to establish connection (via &lt;a href=&#34;https://github.com/qlik-oss/enigma.js/&#34;&gt;enigma.js&lt;/a&gt;) to Qlik Sense Enterprise on Windows (&lt;code&gt;QSEoW&lt;/code&gt;) when hosting an web app outside of Qlik (not as an extension). And more specifically we&amp;rsquo;ll have a look at what is the authentication work flow.&lt;/p&gt;
&lt;p&gt;The (very simple) web app will just list the apps that are available for the logged in user. I&amp;rsquo;ll be using &lt;code&gt;Svelte&lt;/code&gt; as web framework (more specifically &lt;a href=&#34;https://kit.svelte.dev/&#34;&gt;SvelteKit&lt;/a&gt;) but the general work flow should work in the same way with other frameworks as well.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
