Wikis - Page

Knowledge Doc: [SSC] UnifiedLoginToken renewal

0 Likes

Summary
How to increase the UnifiedLoginToken days to live default when an automatic renewal is wanted.

Products
Fortify

Environment
Fortify Software Security Center (SSC)

Situation
Is there a way to automate the renewal of the UnifiedLoginToken on a daily basis?

Resolution
There is not a way to automatically renew the UnifiedLoginToken, but as a workaround, you can try the following solution to increase the default days to live:

  1. Open '<TOMCAT_DIRECTORY>\webapps\ssc\WEB-INF\internal\serviceContext.xml' in a text editor.
  2. Search for bean id="unifiedLoginToken".
  3. Two lines below this is <property name="maxDaysToLive" value="1"/>
  4. Change 1 to the desired number of days (30 for example).
  5. Save the file.
  6. Restart Tomcat.

Now when a UnifiedLoginToken is generated, the default expiration will be the number of days entered.


Knowledge Base Article Link


URL Name
KM000016636

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended