
Announcements
Hi Folks,
I have a scenario where I need to display the PVA only if the users of powerapps portal has been signed in ? Is there anyway we can achieve this.
Background: We have some ideas to build some of the most common Q&A in to PVA and this will be sensitive info. We dont want users to interact with bot without authenticating in to portal ?
Hi @ragavanrajan ,
You have two options:
1- Show PVA all time but use Authentication to private some parts of your bot using this documentation: https://docs.microsoft.com/en-us/power-virtual-agents/advanced-end-user-authentication
2- Create a script using CSS and JavaScript to show PVA only if your user is authenticated to your portal: https://docs.microsoft.com/en-us/power-virtual-agents/customize-default-canvas