Decode JWT Token
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 06:43 PM
Dear all,
I am trying to decode a JWT token with the help of following command
GlideStringUtil.base64Decode
It desodes the code but it puts some garbage values at the end like
#�cO���;ء�ԩpj�oa@9U��C� X ��k�)�t
However when same token is decoded online from https://jwt.io/ site it gives correct result.
Any idea why I am getting garbage values or is there any other method also to decode jwt token?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 09:48 PM
Even I'm facing same issue... Any resolution to remove garbage ? And is this right way to decode JWT ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 06:49 AM
The garbage values at the end are the signature, which is encrypted.