Hi all,
following this tutorial I was able to configure SSO by creating a simple html page using this code.
After loggin-in through the button on the page, PVA is successfully passing the authenticate action in my topic obtaining the token without showing the login button.
However I was not able to replicate this behavior when calling an external skill.
Does SSO in PVA supports skills (and I'm doing something wrong) or this is not a supported scenario?
If it's not supported, it will in future? Does a roadmap exist for this feature?
Thanks,
Alessandro.
Hi @Anonymous ,
sorry for my late answer.
Don't know what could prevent the code to work.
As I said, just following this tutorial should be enough (Maybe restart from the beginning in case of any doubt).
Then use the code from here to make up your site (the one on the documentation page is not complete).
Be sure to replace the placeholders with the right values (<CANVAS CLIENT APP ID>, <TENANT ID>, <BOT ID>).
Also set accordingly the scope values in onSignInClick() method.
Then use the developer tool in the browser when navigating to the page to be sure that no errors are present.
Alessandro.
Hello Alessandro,
I am trying to configure the SSO log-in as well, but I am curious how did you achieve the passing of authentication action to the topic.
Somehow when I press log-in, my bot still prompts the user with log-in card from the topic. I would be interested to know how to you passed the token from SSO to the bot.
Thank you