Previous Topic: Specify Affiliate Resources that Use Similar Responses and Headers

Next Topic: Modify the Consumer Cookie Domain

Specify Affiliate Resources that Use Unique Responses and Headers

You may have resources at the affiliate Web server that require unique response and header information from the producer. For the SAML Affiliate Agent to manage these requirements, configure the following:

For example, to configure multiple consumers, the AffiliateConfig.xml would include the following sections. Note the lines in bold.

<PerAffiliateInfo Enabled="no" AllowPOSTs="no"    AllowUnknownUsers="no" RequireActivePortalSession="no"><!--     Name of the affiliate asconfigured in the portal  -->
  <AffiliateName>FirstAffiliate</AffiliateName>
  <CompanySourceID>b818452610a0ea431bff69dd346aeeff83128b6a
     </CompanySourceID>
  <AffiliateResource MatchingRule="StrictPrefix">app1
     </AffiliateResource>
          .
          .
          .
</AffiliateConfig>

<PerAffiliateInfo Enabled="no" AllowPOSTs="no"   AllowUnknownUsers="no" RequireActivePortalSession="no"><!--  Name    of the affiliate as configured in the portal  -->
  <AffiliateName>SecondAffiliate</AffiliateName>
    <CompanySourceID>f69dd3460a8ukcxbff69dd346aeeff83128b6a
    </CompanySourceID>
    <AffiliateResource MatchingRule="StrictPrefix">app2
    </AffiliateResource>
          .
          .
          .
</AffiliateConfig>