I want to change the expiration time of JWT token created in WSO2 Api Manager. It seems that the default time is 15 minutes.
{\"typ\":\"JWT\",\"alg\":\"none\"}.
It should be applied as follows, under APIKeyValidator section,
<APIKeyValidator>
<SecurityContextTTL>5</SecurityContextTTL>
</APIKeyValidator>
But as per the Jira you mentioned, it seems there is a bug in this version.
WSO2 has fixed this in next version(2.0.0), using a new property, see [1].
[1] https://wso2.org/jira/browse/APIMANAGER-4575