Hi all,
I am trying to setup an Azure Bot to connect to a Dynamics F&O tenant to fetch some data and display that to the user.
I am following these links to setup the Bot http request :
Make an HTTP request from Bot Framework Composer | Microsoft Docs .
Add user authentication - Bot Framework Composer | Microsoft Docs
I think I have wrong OAuth Connection Settings because when I click on the login button of my button , it prompts me for credentials and then redirects me to my tenant.
What I would like to have instead, is get an authentication token so that I can then query data and show that to users.
Are there examples that I could follow to perform this task?
Best regards
Faten