Previous Topic: Integrating With CA SiteMinder

Next Topic: CA EEM SDK Logging

How You Integrate CA SiteMinder with CA EEM

To integrate CA SiteMinder with CA EEM, perform the following in CA SiteMinder Administrator:

For more information about CA SiteMinder, see the CA SiteMinder documentation.

Configure CA EEM Server-side Logging for CA SiteMinder Modules

To configure log level for CA SiteMinder integration

  1. Create a file with the following contents, and save the file with the name sm_log.properties:
    #filename: sm_log.properties
    #set the default logging level for the root logger
    .level = INFO
    #set the default logging level for the logger name com.ca.eiam
    com.ca.eiam.level = ALL
    
  2. Modify the log level for the com.ca.eiam logger in the sm.properties file to any of the following values:
    SEVERE

    Specifies a level for messages indicating severe failure.

    WARNING

    Specifies a level for indicating warnings.

    INFO

    Specifies a level for informational messages.

    CONFIG

    Specifies a level for static configuration messages.

    FINE

    Specifies a level for tracing information.

    ALL

    Specifies that all levels of messages are logged.

  3. Save the file at the following location:
    Windows

    %IGW_LOC%

    Linux and UNIX

    /opt/CA/SharedComponents/iTechnology

  4. Stop the iGateway service.
  5. Open the iGateway.conf file from the location specified in Step 3, and add the following tags within the <JVMSettings></JVMSettings> tags:
    <Properties name="eiam.sm">
    <system-properties>java.util.logging.config.file=sm_log.properties</system-properties>
    </Properties>
    
  6. Save and close the file.
  7. Start the iGateway service.