Closed fmExcense closed 3 years ago
I have the same exact issue. François - did you get this to work?
Nope.
Recheck the values you have on appsettings.json file. Make sure ApplicationIdUri is equal to MicrosoftAppId. Also verify if your secret is correct on MicrosoftAppPassword. I got that error when my ApplicationIdUri was copied from the Application ID URI in the Azure App registration, it needs to be equal to MicrosoftAppId on the file.
Thank you, it is working now.
Hi guys, thank you for your sample!
Unfortunately, I encounter some difficulties running it. I have built the app, and installed it on Teams. When I try to send a message to my bot (running locally, tunnelled with ngrok), a
SecurityTokenSignatureKeyNotFoundException
is raised. Here is the detailed exception:When I try to communicate with my bot using the Bot Framework Emulator, everything is working. If I try to communicate with it using the Web Chat, I also receive a
SecurityTokenSignatureKeyNotFoundException
:I have followed this tutorial to set up my bot auth.
Any clue on this issue?
Thanks a lot,
François