Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm migrating from qlik on premise to qlik cloud, and I have over a thousand mashups to migrate.
All mashups were built with Capabilitys API and work correctly in qlik cloud, but they use cookies. And I started receiving complaints from some customers for blocking third-party cookies.
My mashups are created with this structure in js:
Can anyone tell me if it is possible to continue with a structure without using cookies? such as using session tokens for example.
If possible, do you have a code example? I didn't find any examples in the documentation or support.
I can authenticate via oauth, but I cannot use the token to replace the cookie.
Use alternative OAuth to SSO method (Like: JWT or Other...). It helps.
Following this oauth m2m documentation I can generate the token. But I can't use it to replace the cookie in my mashup.
I didn't find any example of mashup code using capability API with token instead of cookie