
Plug-in (Function & Smart Service)Free
Create JWT
by Vuram Technology
Description
Get an access token for JWT authentication!
Features
Create JWT Token with RS256 and PS256 signing algorithms using private key with Appian Secure Credentials.
- createjwttokenrs256withscs() - Create and return a signed JWT using the RS256 algorithm.
- createjwttokenps256withscs() - Create and return a signed JWT using the PS256 algorithm.
Release notes
- Modified the value of header parameter ‘typ’ from ‘jwt’ to ‘JWT’ based on RFC standards.
Version history (6)
3.1.0
- Added createsignedjwtusingjwks and verifyjwtusingjwks functions
3.0.0
1.Deprecated createjwttokenps256withscs and createjwttokenrs256withscs functions.
- 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.
- Added function to generate unsigned JWT and custom claims.
- Added JWT verifier and decoder functions.
- Added HMAC SHA key generator function.
2.0.0
- Included new function to support PS256 signing algorithm.
- Included new function for RS256 signed JWT generation with Secure Credentials Store.
- Deprecated the existing RS256 signed JWT generation function.
1.0.3
Security patch updated
1.0.2
Security patch updated
v1.0.1
Security patch updated
Resources
- Download
Documentation.docx
Documentation