Previous Topic: Log Users Out from a Session

Next Topic: Define the MatchingRule for the Notification Service

Configure the Notification Service

The notification service lets the SAML Affiliate Agent notify the producer of user activity at the consumer site. This service applies only to protected resources.

The notification service will be called when a user accesses a URL specified in the NotificationURL element. Event details are logged at the producer in the NotificationMessages.log file.

Three settings are required 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. It must be a URL over an SSL connection. For example:

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

  2. Configure the NotificationURL element together with the MatchingRule attribute. For example:

    <NotificationURL MatchingRule="StrictPrefix">protected</NotificationURL>

  3. Ensure that the resources you want to designate for notification service are added to the AffiliateResource setting.

More Information

Specify the Notification Service

Define the MatchingRule for the Notification Service

Designate Affiliate Resources