JSON Web Token Package

With the package actions, you can build bots that generate a JSON Web Token for authentication and authorization when you call REST services

Top Benefits

  • Generate a JSON Web Token for authentication
  • Validate a received JSON Web Token
  • Retrieve claims from a JSON Web Token

Actions

  • Generate and sign a Token
  • Parse and validate Token

More often modern REST APIs use JSON Web Token to authorize or authenticate a client. With this package, you can generate and validate JSON Web Tokens based on RFC 7519. Custom claims are supported but not custom headers. The Parse action will throw exceptions if the token is not valid or expired.

Access Now

Free

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
100
Vendor
Automation Type
Package
Last Updated
May 24, 2021
First Published
March 22, 2021
Platform
Automation 360
ReadMe
ReadMe
Support

See the Package in Action

Generate a JSON Web Token
Parse and Verify a JSON Web Token
Output of the Parse Action
PREV NEXT
Generate a JSON Web Token
Parse and Verify a JSON Web Token
Output of the Parse Action

Setup Process

Install

Download the Package and follow the instructions to install it in your AAE Control Room.

Configure

Use the Package in a bot, configure keys and other credentials the package will need (see the ReadMe for details.)

Run

That's it - now the Package is ready to get going!

Requirements and Inputs

  • Automation 360
  • Secrets or keys in PKCS#1 or PKCS#8 format to sign or verify JSON Web Tokens