<?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>article Kerberos authentication with Qlik Sense in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/ta-p/1714592</link>
    <description>&lt;P&gt;This article explains the steps to configure Kerberos with Qlik Sense. However, it's important to note that the actual setup, implementation, and configuration of Kerberos for Qlik is the responsibility of the customer.&lt;/P&gt;
&lt;P&gt;For another set of instructions, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Mobile-Discussions/Seamless-Single-SignOn-SSSO-into-Qlik-Sense/td-p/1487316" target="_self"&gt;Seamless Single SignOn (SSSO) into Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: The following will require appropriate permissions in Active Directory to add Service Principal Names on the account running Qlik Sense services.&lt;BR /&gt;&lt;BR /&gt;A Service Principal Name may be registered using the following command:&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;setspn -A http/HOST serviceaccount&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HOST is the name of the server hosting Qlik Sense.&lt;/LI&gt;
&lt;LI&gt;serviceaccount is the account running Qlik Sense services.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Steps:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1. Open a command prompt with administrative privileges and type&amp;nbsp;:&lt;/P&gt;
&lt;DIV&gt;&lt;U&gt;Windows Server 2008 / R2 and Windows Server 2012&lt;/U&gt;&lt;/DIV&gt;
&lt;PRE&gt;setspn -U -S http/QlikServer1 COMPANYX\serviceAccount
setspn -U -S http/QlikServer1.companyx.local COMPANYX\serviceAccount&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;2. Go to the QMC &amp;gt; Proxy &amp;gt; Edit&lt;BR /&gt;Check the 'Enable Kerberos' checkbox.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: An SPN must be set for both the short hostname&amp;nbsp;&lt;STRONG&gt;and&lt;/STRONG&gt;&amp;nbsp;FQDN for the target Qlik Sense server for Kerberos to work correctly. This is not related to URLs configured in the Web Client allowlist under the Virtual Proxy configuration.&lt;BR /&gt;&lt;BR /&gt;For more information about Service Principal Names see:&amp;nbsp;&lt;A href="http://technet.microsoft.com/en-us/library/cc961723.aspx" target="_blank" rel="noopener"&gt;http://technet.microsoft.com/en-us/library/cc961723.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Mobile-Discussions/Seamless-Single-SignOn-SSSO-into-Qlik-Sense/td-p/1487316" target="_self"&gt;Seamless Single SignOn (SSSO) into Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Kerberos-Support/ta-p/1713984" target="_blank" rel="noopener"&gt;Qlik Sense Mobile and Kerberos&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Feb 2022 13:52:49 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2022-02-17T13:52:49Z</dc:date>
    <item>
      <title>Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/ta-p/1714592</link>
      <description>&lt;P&gt;This article explains the steps to configure Kerberos with Qlik Sense. However, it's important to note that the actual setup, implementation, and configuration of Kerberos for Qlik is the responsibility of the customer.&lt;/P&gt;
&lt;P&gt;For another set of instructions, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Mobile-Discussions/Seamless-Single-SignOn-SSSO-into-Qlik-Sense/td-p/1487316" target="_self"&gt;Seamless Single SignOn (SSSO) into Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: The following will require appropriate permissions in Active Directory to add Service Principal Names on the account running Qlik Sense services.&lt;BR /&gt;&lt;BR /&gt;A Service Principal Name may be registered using the following command:&lt;/P&gt;
&lt;PRE&gt;&lt;EM&gt;setspn -A http/HOST serviceaccount&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;where&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;HOST is the name of the server hosting Qlik Sense.&lt;/LI&gt;
&lt;LI&gt;serviceaccount is the account running Qlik Sense services.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;U&gt;&lt;STRONG&gt;Steps:&amp;nbsp;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1. Open a command prompt with administrative privileges and type&amp;nbsp;:&lt;/P&gt;
&lt;DIV&gt;&lt;U&gt;Windows Server 2008 / R2 and Windows Server 2012&lt;/U&gt;&lt;/DIV&gt;
&lt;PRE&gt;setspn -U -S http/QlikServer1 COMPANYX\serviceAccount
setspn -U -S http/QlikServer1.companyx.local COMPANYX\serviceAccount&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;2. Go to the QMC &amp;gt; Proxy &amp;gt; Edit&lt;BR /&gt;Check the 'Enable Kerberos' checkbox.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;: An SPN must be set for both the short hostname&amp;nbsp;&lt;STRONG&gt;and&lt;/STRONG&gt;&amp;nbsp;FQDN for the target Qlik Sense server for Kerberos to work correctly. This is not related to URLs configured in the Web Client allowlist under the Virtual Proxy configuration.&lt;BR /&gt;&lt;BR /&gt;For more information about Service Principal Names see:&amp;nbsp;&lt;A href="http://technet.microsoft.com/en-us/library/cc961723.aspx" target="_blank" rel="noopener"&gt;http://technet.microsoft.com/en-us/library/cc961723.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Related Content:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Mobile-Discussions/Seamless-Single-SignOn-SSSO-into-Qlik-Sense/td-p/1487316" target="_self"&gt;Seamless Single SignOn (SSSO) into Qlik Sense&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Kerberos-Support/ta-p/1713984" target="_blank" rel="noopener"&gt;Qlik Sense Mobile and Kerberos&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 13:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/ta-p/1714592</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-02-17T13:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794058#M2071</link>
      <description>&lt;P&gt;My Monitoring data connection keep failing, probably because of the Kerberos authentication.&lt;BR /&gt;&lt;BR /&gt;I changed my user agent to mozilla and enabled Kerberos (as mentioned in the documentation).&lt;BR /&gt;Now I get an error "&lt;SPAN&gt;HTTP protocol error 401 (Unauthorized): 'Negotiate' authentication schema provided by the web-service is not supported or your credentials are not valid."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas how to fix this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 12:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794058#M2071</guid>
      <dc:creator>ift_isabelle</dc:creator>
      <dc:date>2021-03-24T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794071#M2074</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2031"&gt;@ift_isabelle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kerberos is not supported for use with the REST connector (which is what the Monitoring apps use).&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/If-Kerberos-Authentication-is-used-in-Qlik-Sense-a-failure-or/ta-p/1717237" target="_self"&gt;HTTP protocol error 401 Monitoring Apps or other app reloads fails with Kerberos Authentication in Qlik Sense Enterprise on Windows&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If you'd like to see this reviewed by our developers for a feature improvement, please leave an idea in:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas" target="_blank"&gt;https://community.qlik.com/t5/Suggest-an-Idea/idb-p/qlik-ideas&lt;/A&gt;. Feel free to tag me here after you have done so, so that I can give it a vote!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 12:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794071#M2074</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-03-24T12:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794094#M2078</link>
      <description>&lt;P&gt;Ok, but how do I fix my connections then?&lt;BR /&gt;And why does this standard functionality kill another standard&amp;nbsp;functionality?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 13:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794094#M2078</guid>
      <dc:creator>ift_isabelle</dc:creator>
      <dc:date>2021-03-24T13:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794100#M2079</link>
      <description>&lt;P&gt;To work around the REST connector not supporting Kerberos, we recommend using JWT authentication instead:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Support-Knowledge-Base/Qlik-Sense-Modify-REST-connections-for-Monitoring-Apps-to-use/ta-p/1763687" target="_self"&gt;Qlik Sense: Modify REST connections for Monitoring Apps to use JWT authentication&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'd still recommend logging an idea. I haven't seen another customer request this feature in our Ideas forum, so this would greatly help our developers understand the interest in working on Kerberos as a supported authentication method for the REST connector.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 13:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794100#M2079</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-03-24T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794316#M2090</link>
      <description>&lt;P&gt;Hi Sonja,&lt;/P&gt;&lt;P&gt;thanks for your reply, one quick question: We also use the Qlik Sense mobile app.&lt;BR /&gt;Will this work with the kerberos auhtentication?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Isabelle&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 07:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794316#M2090</guid>
      <dc:creator>ift_isabelle</dc:creator>
      <dc:date>2021-03-25T07:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794358#M2096</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2031"&gt;@ift_isabelle&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Sense Mobile supports Kerberos, yes. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-Mobile-and-Kerberos/ta-p/1713984" target="_self"&gt;Qlik Sense Mobile and Kerberos .&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note that for assistance with the setup it may be necessary to contact our Consulting Services / Expert Services if you require more detailed help.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 10:14:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1794358#M2096</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-03-25T10:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1860908#M4846</link>
      <description>&lt;P&gt;The Idea is &lt;A title="Idea: Kerberos authentication fully working (so also with rest/monitoring connections)" href="https://community.qlik.com/t5/Suggest-an-Idea/Kerberos-authentication-fully-working-so-also-with-rest/idi-p/1794322" target="_blank" rel="noopener"&gt;here&lt;/A&gt;. Please vote!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 11:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/1860908#M4846</guid>
      <dc:creator>humansoft</dc:creator>
      <dc:date>2021-11-18T11:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication with Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/2517320#M15763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know if this is still an issue with Kerberos and the monitoring apps?&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 May 2025 14:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Kerberos-authentication-with-Qlik-Sense/tac-p/2517320#M15763</guid>
      <dc:creator>ilyas393</dc:creator>
      <dc:date>2025-05-09T14:57:49Z</dc:date>
    </item>
  </channel>
</rss>

