Create JWT

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.

  1. createjwttokenrs256withscs() - Create and return a signed JWT using the RS256 algorithm.
  2. createjwttokenps256withscs() - Create and return a signed JWT using the PS256 algorithm.
Anonymous
Parents
  • 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

Comment
  • 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

Children
No Data