jwt.provider.expiry.interval.limit
ServiceNow property description:
This property is to set the maximum expiry Interval(in seconds) of the Jwt Tokens generated using the configuration in the JWT Provider.
Attributes
- Sys ID: 46966b1ab7202300616ceb67ee11a92f
- Type: integer
- Application: Global
- Default value: 3600

AI generated property description:
The ServiceNow property `jwt.provider.expiry.interval.limit` sets the maximum expiry interval, in seconds, for JWT tokens generated using the JWT Provider configuration. This property ensures that the tokens have a defined lifespan, enhancing security by limiting the duration for which a token is valid. The specific value for this interval can be configured based on the requirements of the integration or application. For detailed setup and configuration, refer to the ServiceNow documentation on integrating with Oracle HCM, which provides guidelines on setting up JWT Providers and managing token lifecycles.
Source