CreateJwt
Creates a JSON Web Token, JWT.
Configuration
Valve name: CreateJwt
Name | Description | Default value | Mandatory | Expanded |
---|---|---|---|---|
| Name of item property receiving the JWT. |
| ||
| JWT time to live in minutes. |
| ||
| JWT payload claims. Configured as a json object. Values are expandable. | N/A | ||
| JWT header claims. Configured as a json object. Values are expandable. |
| ||
| Keystore reference or json object containing keystore configuration. Used for JWT signing. | N/A | ||
| Keystore alias. | N/A | ||
| Keystore password. | N/A |
Last updated