Context engine support
In SDL Digital Experience Accelerator (DXA) 1.3, when using SDL Web 8, you can choose an Ambient Data Framework-based (ADF) Context Claims Provider (AdfContextClaimsProvider) as an alternative to the default Context Service Claims Provider.
To enable the ADF provider, enable the
adf.context.provider Spring profile by modifying the spring.profiles.active parameter with values of all your providers separated by commas. For example:
<context-param>
<param-name>spring.profiles.active</param-name>
<param-value>search.solr, adf.context.provider</param-value> requires values of all your profiles spearated by commas
<!--<param-value>search.aws</param-value>-->
</context-param> You cannot use both, the ADF provider and the Context Service Claims Provider, at the same time.