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,
Need your help if there is a possibility to log in to chatbot using cookie authentication.
Scenario:-
1) I need to authenticate my user in chatbot ,using cookies in my .Net based website .
2) I need to authenticate my user in chatbot ,using cookies in from MS Teams.
Regards,
Rituraj
@Rituraj Currently the bot framework does not allow this mechanism to use cookies for authentication. The supported ways are listed in the documentation. You can however use cookies for a webchat to assign a unique signed cookie with OauthCard to track users.