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?
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!
Thanks @Mariano Picco. I am also planning to do the same. Surely I'll upload if I succeed.