If I publish a bot in teams would the bot know the person it is talking to? Like will it be able to get their information without making them login? How would I do that?
The team I have is made through Azure directory.
ok, thats what i thought. I'm guessing there is no way to know who the user is talking to the bot without them first logging in?
No, in this documentation explains about when you use the Authentication node, the user doesn't need to copy/paste the code generated when the user clicks on the button because inside the Teams is different the behavior.
Once the user enters their username and password in the prompt (hosted by the identity provider), they might be prompted to enter a validation code, depending on the channel. Some channels, such as Microsoft Teams, do not require the user to enter a validation code.
@renatoromao
Thank you! So does that mean i dont need the authenticate node. I just need to check the isLoggedIn token and if teams they should be logged in?
Hi @tschen01 ,
You can get the user information only using the authentication feature.
https://docs.microsoft.com/en-us/power-virtual-agents/advanced-end-user-authentication
But using the Teams you have a benefit that the user does not require to enter a validation code.
Romain The Low-Code...
25
Pablo Roldan
25
stampcoin
10