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
  • Received an "Invalid JWT Token" error from the system we're integrating with. This was caused by a header "kid", which is optional, being present with an empty string even though a null was set. If a null() was passed in via SAIL, the output header should also have a null, instead of an empty string.

Comment
  • Received an "Invalid JWT Token" error from the system we're integrating with. This was caused by a header "kid", which is optional, being present with an empty string even though a null was set. If a null() was passed in via SAIL, the output header should also have a null, instead of an empty string.

Children
No Data