microsoft / botbuilder-js

Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
https://github.com/Microsoft/botframework
MIT License
660 stars 275 forks source link

Support Federated Identity Credential #4632

Open XVincentX opened 2 months ago

XVincentX commented 2 months ago

Right now botframework supports authentication using Password or Certificate. It has been possible for a while now to authenticate as an App Registration using Federated Identity Credential - which is not supported by botframework yet

tracyboehrer commented 1 month ago

Thanks for your input. This is more than a Bot Framework SDK change, and not something that is currently on the roadmap.

XVincentX commented 1 month ago

Is it really? From my understanding no service requires any change. The SDK would just need to support authentication through ClientAssertion instead of just accepting a Certificate or a Client Secret