Context :
I'm working on a bot project with azure. I made a "bot channel registration" where I could setup an endpoint to receive the message from Skype Business. This endpoint is our server. I'm able to receive these messages on our server, However these messages does not contain a bearer token. The code in our server is the bot framework SDK botbuilder in nodeJs. This SDK allows us to communicate with Azure and to treat the messages we receive (requests from users) and the messages we want to send (answers to users)
Our issue :
To work properly, the SDK has to read the bearer token sent by azure. However, as explained previously, my message does not contain this bearer.
Questions :
- Why there is no bearer in the headers sent by Azure ?
- How can I add this required bearer ?
Additional information :
I don't have admin rights, I can see few things in my bot channel resource, but I can't see/modify config in the associated AAD. (If actions of these questions require admin rights whom I haven't, explain me the process and I will transfer it to my admin azure)
Thanks in advance,
I've blocked for 4 weeks now, I really need help
Regards,
:)