Hi,
I need to create JWT token, for this installed JWT Tools Plugin,
createtoken() function is pasking for externalSystemKey as param,
I don't know how and where to configure it, and if it dependent on other 3rd party integration, what to configure there and how it will handshake with apian to test?
Kindly guide us on this.
Thanks,
Discussion posts and replies are publicly visible
Did anyone get any success with this?I am using 'createtoken' function and passing algorithm 'PS256' but when I decode the generated token it shows algorithm 'RS512'.I have checked the source code for plugin and looks like algorithm is hardcoded to 'RS512' only. Anyone faces similar issue or help me how to change algorithm to 'PS256'
Please check the code written for setAlg function which is mentioned at last line in screenshot,
Guess is - this might be overwriting default one.