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
  • v3.0.0 Release Notes
    1. Deprecated createjwttokenps256withscs and createjwttokenrs256withscs functions.
    2. Added function createsignedjwt to generate signed JWT with support for "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512" algorithms and custom claims.
    3. Added function to generate unsigned JWT and custom claims.
    4. Added JWT verifier and decoder functions.
    5. Added HMAC SHA key generator function.

Comment
  • v3.0.0 Release Notes
    1. Deprecated createjwttokenps256withscs and createjwttokenrs256withscs functions.
    2. Added function createsignedjwt to generate signed JWT with support for "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512", "HS256", "HS384", "HS512" algorithms and custom claims.
    3. Added function to generate unsigned JWT and custom claims.
    4. Added JWT verifier and decoder functions.
    5. Added HMAC SHA key generator function.

Children
No Data