Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
840 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
How can we access an SSO token integrated on a web page from a chatbot (based on Azure Bot Framework with C#)? We need to showcase a logged-in user name in a bot, whenever a logged-in user initiates a conversation within the Bot.
Note: we don't want the logged-in user to log in again in the Bot.
Regards
@Madan, Mohit I think you might be referring to something similar mentioned in this document. The samples should be in the BotBuilder-Samples repo.