Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

qliksense CUSTOM authentication

is there any method which is secure where we can use custom authentication page in qlik sense and can change background color

thanks

Rupesh

12 Replies
Anonymous
Not applicable
Author

any suggestion

Vincenzo_Esposito

In the Ticket, session, header and JWT solutions you can use your custom login page


http://help.qlik.com/en-US/sense/September2017/Subsystems/PlanningQlikSenseDeployments/Content/Deplo...


Anonymous
Not applicable
Author

Thanks...can we able to change the logo with company logo in custom login page

Anonymous
Not applicable
Author

for an example like this

https://github.com/johsund/Qliklogin

Vincenzo_Esposito

You can create your custom login page by scratch or just modify the QlikLogin page. You have no limits on style your page

Anonymous
Not applicable
Author

or just modify the QlikLogin page


can you please explain this step. i tried many css/jsp files but unable to do so or any step you know

Vincenzo_Esposito

Yes I can. Anyway it's important to realize this is pure HTML/CSS code and has very little to do with the underlying technology (Qlik Sense in this case). For sure you will find more answers, to those type of questions, on an HTML/CSS forum.

Coming back to your original question. To change the background just modify lines 109 to 113 in login.html file

Anonymous
Not applicable
Author

Hi,

can not see this login.html file in qlik sense  sever. Can you specify the path please

thanks

Vincenzo_Esposito

It is not on Qlik Sense server. I just picked up the example you mentioned (QlikLogin). The file is here https://github.com/johsund/Qliklogin/blob/master/login.html