Gab
Gab

Reputation: 33

Bearer from Azure request missing

I'm facing an issue of communication from Azure to Mashery (and so Mashery to my code but it's work). I'm in a professional Azure environment. From a user's request, Azure has to send his request to our program in my company's cloud (thanks to the messaging endpoint of the bot azure). However for security, Azure has to send it through Mashery.

In consequence my code needs to receive users' requests with a security layer using Mashery : Azure has to be authenticated by Mashery.

It's required to work properly with the SDK. The SDK requires a bearer in the header of the message. However there is no bearer currently.

How can I setup Azure to authenticate itself to Mashery (before sending the user's request at the messaging endpoint) ?

Upvotes: 0

Views: 264

Answers (0)

Related Questions