Previous Topic: Log Files which Aid TroubleshootingNext Topic: Encryption and Decryption Algorithms


Open Format Cookie Details

The federation open format cookie lets applications assert user attributes to SiteMinder and consume user attributes that SiteMinder encapsulates. The open format cookie has the following general characteristics:

Important! If the cookie contains any unsafe characters such as '=', enclose the value in double quotes. You can specify this option through the user interface, or through the SDK.

The open format cookie contains the following property information:

The following diagram shows the open format:

Illustration showsing which properties and attributes of open cookies are used.

Key:

The Backus-Naur Form (BNF) for this format is following (0* means 0 or more; 1* means at least 1).

Value = Token

Contents of the Open Format Cookie

The federation open format cookie lets applications assert user attributes to SiteMinder and consume user attributes that SiteMinder encapsulates. The open format cookie has the following general characteristics:

Important! If the cookie contains any unsafe characters such as '=', enclose the value in double quotes. You can specify this option through the user interface, or through the SDK.

The open format cookie contains the following property information:

The following diagram shows the open format:

Illustration showsing which properties and attributes of open cookies are used.

Key:

The Backus-Naur Form (BNF) for this format is following (0* means 0 or more; 1* means at least 1).

Secure Proxy Engine Logs for Federation

Partnership-based federation contains a secure proxy engine that forwards traffic to backend servers. The secure proxy engine includes the following components:

You can supply CA Support with log files related to these components to troubleshoot problems in your partnership federation environment.

Two Apache logs that aid partnership federation troubleshooting are:

mod_jk.log

mod_jk.log is enabled by default with the product. After the first contact with the federation server, information begins logging to this file. The mod_jk.log file is located in federation_mgr_home\logs\fws.

To modify this log file:

  1. Navigate to federation_mgr_home\secure-proxy\httpd\conf
  2. Open the httpd.conf file.
  3. Change the following lines
    JkLogFile "federation_mgr_home/logs/fws/mod_jk.log"
    
    JkLogLevel error
    

    To disable the mod_jk.log, comment out or remove these lines from the file.

httpclient.log

For debug purposes only, you can enable the httpclient.log. The httpclient.log file is located in federation_mgr_home\secure-proxy\proxy-engine\logs.

To modify this log file:

  1. Navigate to federation_mgr_home\secure-proxy\proxy-engine\conf.
  2. Open the server.conf file
  3. Change the following line:
    httpclientlog="yes"
    

To modify the location of the httpclient.log file and the log level, edit the httpclientlogging.properties file. This file is in the directory federation_mgr_home\secure-proxy\Tomcat\properties.