11
Views
2
Comments
JWT token with PS256 algorithm
Question

Hi Everyone,

I need to create a JWT token using the PS256 algorithm. I tried the JWT forge component, however JWT does not support the PS256 algorithm. Does anyone know how I can build a JWT token using PS256? 

2019-03-19 12-24-07
Mariano Picco
 
MVP

If the forge component doesn't support PS256 you might have to code your own in Integration Studio using C#. Then, if you feel like you did a great job and would like to share your work, you could export this to the forge and all of us would thank you for it too!

UserImage.jpg
Lovely Priyadarshini

Thanks @Mariano Picco
I am also planning to do the same. Surely I'll upload if I succeed. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.