botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

How do I authenticate from Bot Framework service to a 3rd party hosted site with its own security?

Open kthejoker opened this issue 7 months ago • 0 comments

I want to host my bot's endpoint on my own server, which has OAuth enabled.

Bot Framework only sends requests with OAuth tokens issued by Azure.

I feel like I'm missing something fundamental.

Is it possible to configure an Azure Bot to submit conversation/message requests. to the configured endpoint with my own tokens?

User -> Start Convo -> Bot Framework -> Post Request to my server with my token -> I post back to Bot Framework with Bot Framework token -> user

kthejoker avatar Apr 20 '25 04:04 kthejoker