microsoft / BotFramework-Emulator

A desktop application that allows users to locally test and debug chat bots built with the Bot Framework SDK.
https://aka.ms/botemulator
MIT License
1.81k stars 752 forks source link

AAD V2 Sign in - No reply address is registered for the application #2367

Closed divyeshg94 closed 2 years ago

divyeshg94 commented 2 years ago

I have cloned the sample repo and used Team. Auth project in the emulator. I have created an AAD application and configured the AAD V2 service provider connection string.

in the AAD application, I have configured the below reply URLs

  1. https://token.botframework.com/.auth/web/redirect
  2. http://localhost:3978/api/messages
  3. http://localhost:3978/api/OAuthCallback

But I'm getting No reply address is registered for the application. image