Previous Topic: Specify the Session Provider Service

Next Topic: Enable the Agent to Work with Multiple Producers

Specify the Notification Service

The notification service lets the SAML Affiliate Agent notify the producer of user activity at the consumer site. When a user accesses URLs at the consumer, the producer can log this data and use it for reporting purposes.

The notification sent by the SAML Affiliate Agent includes the

Three settings require configuration for the notification service—they are in different sections of the AffiliateConfig.xml file:

To configure the notification service

  1. Specify a URL path for the NotificationService element. The URL must be over an SSL connection. For example:

    <NotificationService>https://secure.producer.domain.com:81/affwebservices/router/notification</NotificationService>

    The affwebservices/router/notification portion of the notification service URL is the default installation directory of the Federation Web Services application. This application is installed with the Web Agent Option Pack for the producer-side Web Agent. If you install the Option Pack in a non-default location, be sure that the correct location is reflected in the URL.

  2. Configure the NotificationURL element and MatchingRule in the PerAffiliateInfo section of the AffiliateConfig.xml file.

More Information

Configure the Notification Service