Generate JWT token
Description
The Generate JWT Token action allows you to generate a JSON Web Token (JWT) in the context of OAuth authentication for server-to-server integration.
This action receives as input an RSA Private key and uses the hash algorithm RSA SHA-256 to generate the required signature for retrieving JWT access tokens for DocuSign and Adobe Sign and any other third-party system with similar requirements.
Usage
The following must be configured:
- Claims id and value: You can add multiple id and value pairs to adapt the tokens to the services you want to use.
- RSA Private Key: The RSA private key in base64 format.
- Expiration time in minutes: Sets the token expiration time. This field is optional. The defaullt time is 60 minutes (1 hour) and the maximum expiration time is 1440 minutes (24 hours).