Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
fabdulazeez
Partner - Creator III
Partner - Creator III

Logging in to the Qlik Sense Mobile app

In an IOS Qlik sense App When i log in to my Qlik sense enterprise edition with form authentication I am not prompted to decide if the Qlik Sense Mobile app will store your user name and password.


Every time user Qik on our server it asks for credentials

2 Solutions

Accepted Solutions
Vinay_Kapoor
Employee
Employee

Hi,

If you are using a custom webform to authenticate,  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.

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

Field

CSS selector of DOM element

Username text field

.qlik-username

Password text field

.qlik-password

Login button

.qlik-submit

 

Regards,.

Vinay

View solution in original post

fabdulazeez
Partner - Creator III
Partner - Creator III
Author

Issue was resolved after upgrading our fortinet firewall firmware

View solution in original post

2 Replies
Vinay_Kapoor
Employee
Employee

Hi,

If you are using a custom webform to authenticate,  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.

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

Field

CSS selector of DOM element

Username text field

.qlik-username

Password text field

.qlik-password

Login button

.qlik-submit

 

Regards,.

Vinay

fabdulazeez
Partner - Creator III
Partner - Creator III
Author

Issue was resolved after upgrading our fortinet firewall firmware