63.12 Configuring the AMAgent.properties File

You can configure the AMAgent.properties file.

Open the AMAgent.properties file for the Agent Instance and edit the following properties:

Note:

The following properties in AMAgent.properties must match the properties in oam-config.xml. If the properties do not match, update the properties in oam-config.xml.

Be sure to increment the version integer every time you update the oam-config.xml file:

<Setting Name="Version" Type="xsd:integer">113</Setting>
  1. In Debug Service Properties, update the complete path of the log location similar to the following:

    com.iplanet.services.debug.directory = /Policy_Agent/sap_v7_agent/j2ee_agents/sap_v7_agent/Agent_003/logs/debug

  2. In COMMON ATTRIBUTE FETCH PROCESSING PROPERTIES, set cookie encode to false.

    com.sun.identity.agents.config.attribute.cookie.encode = false

  3. In COOKIE RESET PROCESSING PROPERTIES, edit the following properties:

    com.sun.identity.agents.config.cookie.reset.enable = true

    com.sun.identity.agents.config.cookie.reset.name[0] = MYSAPSSO2

    com.sun.identity.agents.config.cookie.reset.domain[MYSAPSSO2] = .corp.example.com

  4. In URL DECODE SSO TOKEN FLAG, set decode to false:

    com.sun.identity.agents.config.sso.decode = false

  5. In FILTER OPERATION MODE, add or update the following property:

    com.sun.identity.agents.config.filter.mode = SSO_ONLY