<?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: Logging in to the Qlik Sense Mobile app in Mobile</title>
    <link>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/1521709#M210</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you are using a custom webform to authenticate,&amp;nbsp; web form needs to be modified so that the app is allowed to scrape information from that webform and save it in Apple keychain. This is a security measure to allow admins control of username and password caching. A lot of our customers do not like apps to store passwords in the keychain and they use custom webforms to avoid scraping of this information.&lt;/P&gt;
&lt;P&gt;Your web or IT team need to modify the HTML /CSS/ Javascript of the webform, locate the username and password fields as well as the login button on that form, and insert the following CSS selectors in the DOM element&lt;/P&gt;
&lt;TABLE width="591"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;&lt;STRONG&gt;CSS selector of DOM element&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Username text field&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-username&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Password text field&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-password&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Login button&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-submit&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,.&lt;/P&gt;
&lt;P&gt;Vinay&lt;/P&gt;</description>
    <pubDate>Mon, 17 Dec 2018 16:15:55 GMT</pubDate>
    <dc:creator>Vinay_Kapoor</dc:creator>
    <dc:date>2018-12-17T16:15:55Z</dc:date>
    <item>
      <title>Logging in to the Qlik Sense Mobile app</title>
      <link>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/100067#M124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an IOS Qlik sense App When i log in to my Qlik sense enterprise edition with form authentication I am not &lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;prompted to decide if the &lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlikSenseMobile" style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Qlik Sense Mobile&lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; app will store your user name and password.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Every time user Qik on our server it asks for credentials&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Sep 2018 13:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/100067#M124</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2018-09-23T13:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in to the Qlik Sense Mobile app</title>
      <link>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/1521709#M210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you are using a custom webform to authenticate,&amp;nbsp; web form needs to be modified so that the app is allowed to scrape information from that webform and save it in Apple keychain. This is a security measure to allow admins control of username and password caching. A lot of our customers do not like apps to store passwords in the keychain and they use custom webforms to avoid scraping of this information.&lt;/P&gt;
&lt;P&gt;Your web or IT team need to modify the HTML /CSS/ Javascript of the webform, locate the username and password fields as well as the login button on that form, and insert the following CSS selectors in the DOM element&lt;/P&gt;
&lt;TABLE width="591"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;&lt;STRONG&gt;Field&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;&lt;STRONG&gt;CSS selector of DOM element&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Username text field&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-username&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Password text field&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-password&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="308"&gt;
&lt;P&gt;Login button&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="283"&gt;
&lt;P&gt;.qlik-submit&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,.&lt;/P&gt;
&lt;P&gt;Vinay&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 16:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/1521709#M210</guid>
      <dc:creator>Vinay_Kapoor</dc:creator>
      <dc:date>2018-12-17T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Logging in to the Qlik Sense Mobile app</title>
      <link>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/1579770#M294</link>
      <description>Issue was resolved after upgrading our fortinet firewall firmware</description>
      <pubDate>Tue, 14 May 2019 06:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Mobile/Logging-in-to-the-Qlik-Sense-Mobile-app/m-p/1579770#M294</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2019-05-14T06:38:43Z</dc:date>
    </item>
  </channel>
</rss>

