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

Custom login to Qlik Sense Engine

Currently, I am connecting to the engine via enigma using jwt.  My goal is to create a login page that accepts username and password.  Before showing this login page, I have to check if the user browser has the session and check it against the engine.  If there is no session or the session has expired, it should go to my custom login page.  Is there an API to call to check if there's a current session in the engine?  I see an http url http://hostname/qps/user and it returns me a json object {"session": "inactive"}.  I thought if I see the session as inactive, I will display the custom login page.  But this is an http call.  Is this the correct way of checking?

1 Reply
Gysbert_Wassenaar

Yes, that's the correct way. See https://help.qlik.com/en-US/sense-developer/November2018/Subsystems/ProxyServiceAPI/Content/Sense_Pr...


talk is cheap, supply exceeds demand