Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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/...
Hey @justindallasverizon is this in QlikSense?
@David_Friend - Yes, this is in QlikSense OnPrem.
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/...
@David_Friend -Thanks! That was it, I was able to put the token into jwt.io and my fears were confirmed. Thanks so much!