0

I'm trying to add some authentication to my bot i followed this article link to do it and i used the AuthBot sample to test it

1- created azure identity provider

2- created connection in azure bot app service for the Azure active directory 2 provider

3- run the bot and test it

and it worked fine and when i tried to use it for first time it redirect me to this page

and i want to allow the user to request access approval and i followed this doc link but nothing changed and the bot stile redirect me to this page. is there is something missing?

1 Answers1

0
  1. You need to grant admin consent! Grant admin consent to your app
  • Did you test your settings using [these steps](https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-authentication?view=azure-bot-service-4.0&tabs=aadv2%2Ccsharp#test-your-connection) – user2654353 Apr 20 '21 at 05:17