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.
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- Information TechnologySoftware Development
- Category
- RPA Developer ToolsSecurityUtility
- Downloads
- 100
- Vendor
- Automation Type
- Package
- Last Updated
- May 24, 2021
- First Published
- March 22, 2021
- Platform
- Automation 360
- ReadMe
- ReadMe
- Support
-
- Community Support Only
- Pathfinder Community Developer Forum
- Bot Store FAQs
See the Package in 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