Issue with bot deployment

2020-10-22T02:55:10.113+00:00

Created a simple hello-bot using botFrameworkSDK having endpoint "/api/messages" and deployed to an azure app service.

I installed the bot on teams and everything worked fine until I enable AAD authentication on my app service.

Similar problem: https://stackoverflow.com/questions/62677694/bot-authentication-with-azure-app-service-easyauth

Any help to make it work with authentication enabled on the app service?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
833 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2020-10-23T10:23:52.013+00:00

    @Sonith Chebathini (LARSEN & TOUBRO INFOTECH LIMIT) Thanks for the question. The Bot Framework SDK v4 is delivered as an open source SDK on GitHub, targeting .NET, JavaScript, Python, and Java. Please follow the below doc to enable authentication with the bot. Here is the sample for bot authentication.
    https://video2.skills-academy.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv2%2Ccsharp#register-the-azure-ad-identity-provider-with-the-bot

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.