To ensure that Claims can be forwarded from your .NET website extension, update the Ambient Data Framework configuration file, cd_ambient_conf.xml.
Procedure
- In the configuration location of your Web application, open cd_ambient_conf.xml for editing.
- Ensure the presence of the following fragment:
<ForwardedClaims CookieName="TAFContext">
<Claim Uri="taf:tracking:id"/>
<Claim Uri="taf:claim:contentdelivery:webservice:user"/>
<Claim Uri="taf:claim:contentdelivery:webservice:post:allowed"/>
</ForwardedClaims>
- Save and close cd_ambient_conf.xml.