Configuration of the retrieval of JWT
Maximum JWT Idle Time (jwt.provider.maxIdleTime)
The maximum time in milliseconds a JWT can remain in the cache without being used. A value of 0 will result in no caching and a value of -1 will defer to the expiration of the jwt itself as the maximum idle time.
Default: 60000
JWT Cache Eviction Check Interval (jwt.cache.eviction.trigger.repeatInterval)
The interval in milliseconds between checks for JWT that exceed their maximum idle time.
Default: 30000
Start Delay (jwt.cache.eviction.trigger.startDelay)
The time in milliseconds before idle limit checks will begin when the bundle is started.
Default: 10000