Field | Type | Required | Description | Example |
---|---|---|---|---|
Name |
string | ➖ | JWT template name | Example Template |
Claims |
Models.Operations.Claims | ➖ | JWT template claims in JSON format | {} |
Lifetime |
double | ➖ | JWT token lifetime | 3600 |
AllowedClockSkew |
double | ➖ | JWT token allowed clock skew | 5 |
CustomSigningKey |
bool | ➖ | Whether a custom signing key/algorithm is also provided for this template | false |
SigningAlgorithm |
string | ➖ | The custom signing algorithm to use when minting JWTs | RS256 |
SigningKey |
string | ➖ | The custom signing private key to use when minting JWTs | PRIVATE_KEY_PLACEHOLDER |