We are able to add multiple products to a single APP. But as we have different custom attributes added to different Products, we are using AccessEntity policy. But it only fetches the data about last product added to the APP. Can we get all products added to the APP?
Solved! Go to Solution.
Earlier I was using consumerkey to fetch active Product. So now the approach is to fetch based on product name.
<EntityIdentifier ref="verifyapikey.VerifyAPIKey-ValidateExternalAPIKey.apiproduct.name" type="apiproductname"/>
Active product is fetched using verify key policy and I am using that name to fetch product.