Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
Summary
Ideally, to change the token [max days to live] values, serviceContext.xml should be modified in the maxDaysToLive property.
Products
Fortify
Environment
Software Security Center [SSC] 2x
Situation
As some SSC tokens are with limited expiration time, there is a need to increase them. For example, the default expiration time for an UnifiedLoginToken is 1 day.
Resolution
To increase from 1 day to 10 years the token expiration time, please follow below. There is a setting property in the serviceContext.xml file and can be changed using the following steps:
1. Open 'serviceContext.xml' in a text editor.
2. Search for bean id=”NAME_OF_Token”
3. Two lines below there should be
<property name="maxDaysToLive" value="1"/>
4. Change 1 to, for example, 3650 (10 years).
5. Save the file
6. Restart the SSC server.
URL Name
KM000015050