<?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 Customized Authentication in QlikView in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/ta-p/1710763</link>
    <description>&lt;P&gt;Before reading this, please refer to&amp;nbsp;the official &lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_Supervision_Accounts.htm" target="_blank" rel="noopener"&gt;QlikView Authentication - Qlik Online Help&lt;/A&gt; and your specific version for details.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;QlikView allows for several 3rd party, custom authentication methods to be implemented, which may leverage an Identity Provider (IdP) of choice. However, many aspects of this integration is limited to best-effort support from Qlik Technical Support. See &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener"&gt;How and When to Contact the Consulting Team?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;By default. QlikView only interacts with Windows using the appropriate APIs in the background, allowing Windows to carry out any authentication attempts and passing that information to the QlikView system.&amp;nbsp; Custom Users in the Directory Service connector are a second option, which allows QlikView itself to do authentication.&lt;BR /&gt;&lt;BR /&gt;Any other user repository will require external, 3rd party implementations.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;This customization is provided as is. Qlik Support cannot provide continued support of the solution. For assistance, contact our&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;Professional Services&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or engage in our QlikView&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Integrations/bd-p/qlikview-integration" target="_blank" rel="noopener"&gt;Integrations forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This document includes some possible examples in a &lt;STRONG&gt;QlikView 11&lt;/STRONG&gt; implementation of WebTickets and Header authentication, with examples from .NET, PHP, and LDAP integrations. &lt;STRONG&gt;The examples are provided&amp;nbsp;&lt;I&gt;as is. &lt;/I&gt;&lt;/STRONG&gt;It&amp;nbsp;references&lt;SPAN&gt;&amp;nbsp;&lt;A href="http://localhost:4730/qtds.asmx" target="_blank" rel="noopener"&gt;http://localhost:4730/qtds.asmx&lt;/A&gt;&lt;/SPAN&gt;, which was a valid URL used in QlikView 10 (no longer supported). This function has been removed in QlikView 11.&lt;/P&gt;
&lt;P&gt;The document also refers to a &lt;SPAN&gt;WebTicket&lt;/SPAN&gt; implementation limitation:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;A current limitation is that the QVWS or IIS used in steps 2 and 3 (i.e. the server you collect the ticker from and the server you redirect the user to) must be the same machine.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This limitation no longer applies in the current QlikView 12 and 11.20 versions.&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 07:10:02 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2023-08-28T07:10:02Z</dc:date>
    <item>
      <title>Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/ta-p/1710763</link>
      <description>&lt;P&gt;Before reading this, please refer to&amp;nbsp;the official &lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_Supervision_Accounts.htm" target="_blank" rel="noopener"&gt;QlikView Authentication - Qlik Online Help&lt;/A&gt; and your specific version for details.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;QlikView allows for several 3rd party, custom authentication methods to be implemented, which may leverage an Identity Provider (IdP) of choice. However, many aspects of this integration is limited to best-effort support from Qlik Technical Support. See &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-and-When-to-Contact-the-Consulting-Team/ta-p/1714936" target="_blank" rel="noopener"&gt;How and When to Contact the Consulting Team?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;By default. QlikView only interacts with Windows using the appropriate APIs in the background, allowing Windows to carry out any authentication attempts and passing that information to the QlikView system.&amp;nbsp; Custom Users in the Directory Service connector are a second option, which allows QlikView itself to do authentication.&lt;BR /&gt;&lt;BR /&gt;Any other user repository will require external, 3rd party implementations.&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;This customization is provided as is. Qlik Support cannot provide continued support of the solution. For assistance, contact our&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;Professional Services&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;or engage in our QlikView&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Integrations/bd-p/qlikview-integration" target="_blank" rel="noopener"&gt;Integrations forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This document includes some possible examples in a &lt;STRONG&gt;QlikView 11&lt;/STRONG&gt; implementation of WebTickets and Header authentication, with examples from .NET, PHP, and LDAP integrations. &lt;STRONG&gt;The examples are provided&amp;nbsp;&lt;I&gt;as is. &lt;/I&gt;&lt;/STRONG&gt;It&amp;nbsp;references&lt;SPAN&gt;&amp;nbsp;&lt;A href="http://localhost:4730/qtds.asmx" target="_blank" rel="noopener"&gt;http://localhost:4730/qtds.asmx&lt;/A&gt;&lt;/SPAN&gt;, which was a valid URL used in QlikView 10 (no longer supported). This function has been removed in QlikView 11.&lt;/P&gt;
&lt;P&gt;The document also refers to a &lt;SPAN&gt;WebTicket&lt;/SPAN&gt; implementation limitation:&lt;/P&gt;
&lt;P&gt;&lt;I&gt;A current limitation is that the QVWS or IIS used in steps 2 and 3 (i.e. the server you collect the ticker from and the server you redirect the user to) must be the same machine.&lt;/I&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This limitation no longer applies in the current QlikView 12 and 11.20 versions.&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/ta-p/1710763</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2023-08-28T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861386#M4859</link>
      <description>&lt;P&gt;Is there any update available how this would / should work with the current QlikView version?&lt;/P&gt;
&lt;P&gt;Or has nothing changed since 2012 &lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MFA/2FA is becoming more and more requested, although setting it up in a Qlik Sense environment is easier QlikView remains a black box to setup.&amp;nbsp;&lt;BR /&gt;I understand there can be several way's to implement, Qlik should offer some real life setup examples to help everybody to get forward getting security to a higher level.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 10:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861386#M4859</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2021-11-19T10:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861399#M4861</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28986"&gt;@p_verkooijen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;General and up to date information is available on the &lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Server/Content/QV_Server/QlikView-Server/QVSRM_Supervision_Accounts.htm" target="_blank" rel="noopener"&gt;Help&lt;/A&gt; - though specific customizations would need to be discussed with our Professional Services team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This example is provided as-is.&lt;/P&gt;
&lt;P&gt;I will check with our implementation SMEs though to see if we have any detailed examples in the pipeline.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 11:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861399#M4861</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-11-19T11:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861408#M4863</link>
      <description>&lt;P&gt;Hello again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28986"&gt;@p_verkooijen&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ran this be our SME &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The document is still valid. Not much has changed in QlikView. As for MFA/2FA: QlikView does not have any settings in the product to be modified to enable or work with&amp;nbsp;&lt;SPAN&gt;MFA/2FA.&amp;nbsp;Everything on this end would need to be set up and handled outside of the Qlik Platform with custom code or by your Identity Provider, which is what our Professional Services can assist with.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 11:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1861408#M4863</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-11-19T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1862217#M4890</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;thank you for the inquiries and information so far.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 17:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1862217#M4890</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2021-11-22T17:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1978732#M7297</link>
      <description>&lt;P&gt;It looks like WebTicket doesn't work with the OCX api.&lt;BR /&gt;For example the AxQlikOCXLib.OpenDocumentEx method&lt;BR /&gt;if you pass the name of the document in the format qvp://{host}/{document_name}?webticket={webticket} then the document will not open and will return NULL.&lt;BR /&gt;Previously, it worked with a regular ticket and the document name in te format qvp://{host}/{document_name}?ticket={ticket} .&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 13:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/1978732#M7297</guid>
      <dc:creator>AlexUsov</dc:creator>
      <dc:date>2022-09-08T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2073882#M9286</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;Is there any specific documentation available for Azure AD Integration with QlikView?&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 13:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2073882#M9286</guid>
      <dc:creator>QliksterMind</dc:creator>
      <dc:date>2023-05-22T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2075092#M9315</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/225945"&gt;@QliksterMind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik doesn't have an out of the box tutorial for QlikView and Azure AD. We do have one for Qlik Sense.&lt;/P&gt;
&lt;P&gt;I would recommend posting your query in the &lt;A href="https://community.qlik.com/t5/QlikView-Integrations/bd-p/qlikview-integration" target="_blank" rel="noopener"&gt;QlikView Integration&lt;/A&gt; forums - or, if you require direct assistance, reaching out to our &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-and-when-to-contact-Qlik-s-Professional-Services-and/ta-p/1714936" target="_blank" rel="noopener"&gt;professional services&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 13:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2075092#M9315</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-24T13:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Customized Authentication in QlikView</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2077360#M9344</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;Thank you so much!!&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 13:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Customized-Authentication-in-QlikView/tac-p/2077360#M9344</guid>
      <dc:creator>QliksterMind</dc:creator>
      <dc:date>2023-05-29T13:41:33Z</dc:date>
    </item>
  </channel>
</rss>

