Sun Java System Access Manager 7 2005Q4 Federation and SAML Administration Guide

Configuring the Common Domain Services Properties

FSIntroConfig.properties is a file that contains properties used to configure the Common Domain Services. It is deployed as part of the web application and located in /AccessManager-base/web-src/common/WEB-INF/classes. It contains the properties described in the following table (which may be modified).

Table 4–1 Common Domain Services Properties in FSConfig.properties

Property 

Description 

com.sun.identity.federation.services.introduction.cookiedomain

The value of this property is the name of the common domain. 

com.sun.identity.federation.services.introduction.cookietype

This property takes a value of either PERSISTENT or SESSION. PERSISTENT defines the cookie as one that will be stored and reused after a web browser is closed and reopened. SESSION defines the cookie as one that will not be stored after the web browser has been closed.

com.iplanet.am.cookie.secure

This property takes a value of either false or true. It defines whether the cookie needs to be secured or not.

com.iplanet.am.cookie.encode

This property takes a value of either false or true. It defines whether the cookie will be URL encoded or not. This property is useful if, for example, the web container that reads or writes the cookie decrypts or encrypts it by default.