Overview
Get an access token for JWT authentication!
Key Features & Functionality
Create JWT Token with RS256 and PS256 signing algorithms using private key with Appian Secure Credentials.
Hello Team,I am using Appian version 25.1. I need to use JWT plugin function createdocusignrsajwttoken , but I am getting below error when used in an integartion:Expression evaluation error : smartTestPane.errorInfo.inFieldBodyThe function 'createdocusignrsajwttoken' is unavailable.I have updated version of jwt plugin
Let me know if its not compatible or what could be the issue?Appian AppMarket
Dear Vuram Team,
The decodejwt function contained in your plug-in conflicts with Appian's own JWT Tools plug-in.Both functions have the same nomenclature (decodejwt) but, one accepts two parameters: token and secretKey and yours only the token.Do you plan to modify the name of the function to be able to use both?
Thanks in advance,
Sofía
Thanks for publishing this PlugIn. Would it be possible to get an update and also support EC private keys (especially using secp256r1)?
Best,
Kai
Hi All, Is there any way to add kid in the parameters and get in it jwt response.
How can I use this with Connected System? Authentication used - OAuth 2.0 : Client Credentials Grant for Authentication