Hi,
The below code should generate the JWT which is valid for 1 hour ( I know we can use “1h” for configuring it). But as per the apigee document, if we did not specify the suffix and if it is only number it will be consider as seconds.So I assume that configuring 3600 should make the expiry of the JWT token to 1 hour but it is only setting 30 seconds. any one faced this issue?
“exp”: 1559686628
“iat”: 1559686625
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> Generate JWT-1 HS256 subject-subject urn://apigee-edge-JWT-policy-test audience1,audience2 3600 additional-claim-value-goes-here jwt-variable