Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
kjun0306
Contributor III
Contributor III

How to decode JWT payload in Qlik Sense Cloud

Hi,

I am trying to use section access in Qlik Sense in cloud with JWT. 

How can I retrieve user information from JWT payload?

Thanks.

 

Labels (2)
5 Replies
Leigh_Kennedy
Employee
Employee

If the login with the JWT is successful, the relevant information used to section access it already present in the user's metadata.  Section access can work of either the subject or email from the JWT or optionally groups if they have been provided in the JWT.  

kjun0306
Contributor III
Contributor III
Author

Thank you! Couple more questions:

1. Is it possible to use JWT with https?

2. Users of my portal should be able to access Qlik Sense dashboard after they log in to my web app without Qlik Cloud account. How can I set that up?

3. I need to use some user metadata such as user type. So I still think that I need to parse JWT payload. Would it be doable?

Damu
Contributor
Contributor

Here JWT authentication succeeded on http not with https.   can  any one please help on how we can do authentication for HTTPS ?

Leigh_Kennedy
Employee
Employee

kjun0306
Contributor III
Contributor III
Author

Thanks, @Leigh_Kennedy .

The steps in this article are similar to what I have done except the way it generates public key. Is that the one makes it work with https?

And I will need to make it work for the users of my portal without setting up their accounts in qlik cloud server and retrieve their information from payload.