As the title says I have created the skill using the virtual assistant template and deployed it in Azure. The skill bot works as expected when tested as a standalone bot with an emulator. When I tried to add the skill to the Power Virtual Agent bot it fails with an error - "This skill has not allow listed your bot".
I have already added the PVA bot's app Id to the skill bot's appSettings.json as below and tried with the wild card as "*" still not able to add the skill. Any help?
"allowedCallers": ["5a089b57-xxx-4a2c-xxx-xxxxde5ddd"]
Both PVA root bot and Skill bot are in same tenant.