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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
justindallasverizon
Contributor III
Contributor III

JWT Key-User Id Used to Create?

Hello Folks,

I inherited a system that has a JWT authentication in place.  How do I find out the UserId+UserDirectory combo used to create the token?

 

I want to know this account in case we have any access issues.

 

Any help is greatly appreciated.

Labels (2)
1 Solution

Accepted Solutions
David_Friend
Support
Support

4 Replies
David_Friend
Support
Support

Hey @justindallasverizon is this in QlikSense?

justindallasverizon
Contributor III
Contributor III
Author

@David_Friend - Yes, this is in QlikSense OnPrem.

David_Friend
Support
Support

I believe you can take the JWT token and plug it in on https://jwt.io/ to decode it.

also reference: https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-How-to-set-up-JWT-authentication/...

justindallasverizon
Contributor III
Contributor III
Author

@David_Friend -Thanks!  That was it, I was able to put the token into jwt.io and my fears were confirmed.  Thanks so much!