Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Experts
I am building a client side application with vue.js and connecting to QS with enigma.js
I authenticate with session notification:OnAuthenticationInformation handler by redirecting to loginUri and then back to my app.
If I use default QS virtual proxy, everything works as a charm. But if I use custom QS virtual proxy with a prefix, I get my mustAuthenticate = true all the time and no cookie is being created for QS server domain.
If I use QS hub to log in to this prefixed virtual proxy, cookie is created and I can login just fine.
Could someone advice, why is it happening and how to fix it
Thanks
Regards
Darius
hello,
https://github.com/qlik-oss/enigma.js/tree/master/examples/authentication/sense-using-jwt
thanks & regard
Harsh Gohil