Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
rodrigofadel
Partner - Contributor
Partner - Contributor

Capabilitys API without cookies

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:

rodrigofadel_0-1738600679210.png

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.

2 Replies
kumarnatarajan
Partner - Specialist
Partner - Specialist

Use alternative OAuth to SSO method (Like: JWT or Other...). It helps.

rodrigofadel
Partner - Contributor
Partner - Contributor
Author

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