Overriding Ambient Data Framework Claims with Session Footprint
On your staging website you will likely want the ability to override claims within the Ambient Data Framework, to test personalizations. To allow Session Footprint, or any other mechanism, to override the claim values in ADF, you will need to update the “cd_ambient_conf.xml” file within your staging website as below: <Security> <!– <RequestValidator>com.tridion.webservices.security.validator.OAuth2RequestValidator</RequestValidator> <SharedSecret>sample_passphrase</SharedSecret> –> <!– Ambient data framework claims forwarding is enabled for the requests coming from white listed IP addresses. –> <WhiteList> <IPAddresses> <!– WARNING: this range should be changed as in this state accepts claims from any IP –> <Ip>0.0.0.0-255.255.255.255</Ip> <Ip>0:0:0:0:0:0:0:0-ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff</Ip> </IPAddresses> </WhiteList> <!– Ambient data framework claims […]



