Hi!
I tried to play around with the authentication in PVA in order to achieve the successful login of a user into the portal. Ideally, the PVA would do either one of the following...
* Log in the user through the PVA authentication action, parse the AuthToken variable to extract key variables (eg. Contact ID, email address), pass those variables to Flow, execute Flow to pull up contact record from CDS.
* Detect that the user has already logged into the portal outside of PVA, parse the AuthToken variable to extract key variables (eg. Contact ID, email address), pass those variables to Flow, execute Flow to pull up contact record from CDS.
However, despite having followed the documentation (https://docs.microsoft.com/en-us/power-virtual-agents/advanced-end-user-authentication and https://docs.microsoft.com/en-us/power-virtual-agents/configuration-end-user-authentication) and a video (https://www.youtube.com/watch?v=25tncJEBb7M) by Natraj, I am still unable to go beyond the PVA saying that login is successful. ie. Unable to extract what's needed from the AuthToken variable, etc.
Has anybody successfully got the PVA to do either of the above scenarios?